Inherits Object.
Contains a list of custom emoji identifiers for emoji statuses.
Public Fields | |
array< int64 > | custom_emoji_ids_ |
The list of custom emoji identifiers. | |
Public Instance Methods | |
emojiStatuses () | |
emojiStatuses (array< int64 > &&custom_emoji_ids_) | |
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 = -377859594 |
Identifier uniquely determining a type of the object. | |
emojiStatuses | ( | ) |
Contains a list of custom emoji identifiers for emoji statuses.
|
explicit |
Contains a list of custom emoji identifiers for emoji statuses.
[in] | custom_emoji_ids_ | The list of custom emoji identifiers. |
|
finalvirtual |