List of all members | Public Fields | Public Instance Methods | Static Public Attributes
themeSettings Class Referencefinal

Inherits Object.

Description

Describes theme settings.

Public Fields

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.
 

Public Instance Methods

 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 Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ themeSettings() [1/2]

Describes theme settings.

◆ themeSettings() [2/2]

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.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void 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 TlObject.


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