Inherits Object.
Represents a list of emoji categories.
Public Fields | |
array< object_ptr< emojiCategory > > | categories_ |
List of categories. | |
Public Instance Methods | |
emojiCategories () | |
emojiCategories (array< object_ptr< emojiCategory >> &&categories_) | |
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 | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1455387824 |
Identifier uniquely determining a type of the object. | |
emojiCategories | ( | ) |
Represents a list of emoji categories.
|
explicit |
Represents a list of emoji categories.
[in] | categories_ | List of categories. |
|
finalvirtual |