TDLib
Loading...
Searching...
No Matches
td::td_api::themeSettings Class Referencefinal

Inherits td::td_api::Object.

Public Member Functions

 themeSettings ()
 
 themeSettings (int32 accent_color_, object_ptr< background > &&background_, object_ptr< BackgroundFill > &&outgoing_message_fill_, bool animate_outgoing_message_fill_, int32 outgoing_message_accent_color_)
 
std::int32_t get_id () const final
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int32 accent_color_
 Theme accent color in ARGB format.
 
object_ptr< backgroundbackground_
 The background to be used in chats; may be null.
 
object_ptr< BackgroundFilloutgoing_message_fill_
 The fill to be used as a background for outgoing messages.
 
bool animate_outgoing_message_fill_
 If true, the freeform gradient fill needs to be animated on every sent message.
 
int32 outgoing_message_accent_color_
 Accent color of outgoing messages in ARGB format.
 

Static Public Attributes

static const std::int32_t ID = -62120942
 Identifier uniquely determining a type of the object.
 

Detailed Description

Describes theme settings.

Constructor & Destructor Documentation

◆ themeSettings() [1/2]

td::td_api::themeSettings::themeSettings ( )

Describes theme settings.

◆ themeSettings() [2/2]

td::td_api::themeSettings::themeSettings ( int32  accent_color_,
object_ptr< background > &&  background_,
object_ptr< BackgroundFill > &&  outgoing_message_fill_,
bool  animate_outgoing_message_fill_,
int32  outgoing_message_accent_color_ 
)

Describes theme settings.

Parameters
[in]accent_color_Theme accent color in ARGB format.
[in]background_The background to be used in chats; may be null.
[in]outgoing_message_fill_The fill to be used as a background for outgoing messages.
[in]animate_outgoing_message_fill_If true, the freeform gradient fill needs to be animated on every sent message.
[in]outgoing_message_accent_color_Accent color of outgoing messages in ARGB format.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::themeSettings::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

void td::td_api::themeSettings::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


The documentation for this class was generated from the following file: