Inherits Object.
Describes a color to highlight a bot added to attachment menu.
Public Fields | |
int32 | light_color_ |
Color in the RGB format for light themes. | |
int32 | dark_color_ |
Color in the RGB format for dark themes. | |
Public Instance Methods | |
attachmentMenuBotColor () | |
attachmentMenuBotColor (int32 light_color_, int32 dark_color_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1680039612 |
Identifier uniquely determining a type of the object. | |
Describes a color to highlight a bot added to attachment menu.
attachmentMenuBotColor | ( | int32 | light_color_, |
int32 | dark_color_ | ||
) |
Describes a color to highlight a bot added to attachment menu.
[in] | light_color_ | Color in the RGB format for light themes. |
[in] | dark_color_ | Color in the RGB format for dark themes. |
|
finalvirtual |