|
TDLib
|
Inherits td::td_api::Object.
Public Member Functions | |
| animatedEmoji () | |
| animatedEmoji (object_ptr< sticker > &&sticker_, int32 sticker_width_, int32 sticker_height_, int32 fitzpatrick_type_, object_ptr< file > &&sound_) | |
| std::int32_t | get_id () const final |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::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 |
Public Attributes | |
| object_ptr< sticker > | sticker_ |
| Sticker for the emoji; may be null if yet unknown for a custom emoji. If the sticker is a custom emoji, it can have arbitrary format different from stickerFormatTgs. | |
| int32 | sticker_width_ |
| Expected width of the sticker, which can be used if the sticker is null. | |
| int32 | sticker_height_ |
| Expected height of the sticker, which can be used if the sticker is null. | |
| int32 | fitzpatrick_type_ |
| Emoji modifier fitzpatrick type; 0-6; 0 if none. | |
| object_ptr< file > | sound_ |
| File containing the sound to be played when the sticker is clicked; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container. | |
Static Public Attributes | |
| static const std::int32_t | ID = 1378918079 |
| Identifier uniquely determining a type of the object. | |
Describes an animated or custom representation of an emoji.
| td::td_api::animatedEmoji::animatedEmoji | ( | ) |
Describes an animated or custom representation of an emoji.
| td::td_api::animatedEmoji::animatedEmoji | ( | object_ptr< sticker > && | sticker_, |
| int32 | sticker_width_, | ||
| int32 | sticker_height_, | ||
| int32 | fitzpatrick_type_, | ||
| object_ptr< file > && | sound_ | ||
| ) |
Describes an animated or custom representation of an emoji.
| [in] | sticker_ | Sticker for the emoji; may be null if yet unknown for a custom emoji. If the sticker is a custom emoji, it can have arbitrary format different from stickerFormatTgs. |
| [in] | sticker_width_ | Expected width of the sticker, which can be used if the sticker is null. |
| [in] | sticker_height_ | Expected height of the sticker, which can be used if the sticker is null. |
| [in] | fitzpatrick_type_ | Emoji modifier fitzpatrick type; 0-6; 0 if none. |
| [in] | sound_ | File containing the sound to be played when the sticker is clicked; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container. |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
Implements td::TlObject.
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.