Inherits Object.
Describes name of a chat folder.
Public Fields | |
object_ptr< formattedText > | text_ |
The text of the chat folder name; 1-12 characters without line feeds. May contain only CustomEmoji entities. | |
bool | animate_custom_emoji_ |
True, if custom emoji in the name must be animated. | |
Public Instance Methods | |
chatFolderName () | |
chatFolderName (object_ptr< formattedText > &&text_, bool animate_custom_emoji_) | |
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 = -330482274 |
Identifier uniquely determining a type of the object. | |
chatFolderName | ( | ) |
Describes name of a chat folder.
chatFolderName | ( | object_ptr< formattedText > && | text_, |
bool | animate_custom_emoji_ | ||
) |
Describes name of a chat folder.
[in] | text_ | The text of the chat folder name; 1-12 characters without line feeds. May contain only CustomEmoji entities. |
[in] | animate_custom_emoji_ | True, if custom emoji in the name must be animated. |
|
finalvirtual |