#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| 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, then it can have arbitrary format.
|
| |
| 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 const std::int32_t | ID = 1378918079 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes an animated or custom representation of an emoji.
Definition at line 1276 of file td_api.h.
◆ animatedEmoji() [1/2]
| td::td_api::animatedEmoji::animatedEmoji |
( |
| ) |
|
Describes an animated or custom representation of an emoji.
◆ animatedEmoji() [2/2]
Describes an animated or custom representation of an emoji.
- Parameters
-
| [in] | sticker_ | Sticker for the emoji; may be null if yet unknown for a custom emoji. If the sticker is a custom emoji, then it can have arbitrary format. |
| [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. |
◆ store()
| void td::td_api::animatedEmoji::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ fitzpatrick_type_
| int32 td::td_api::animatedEmoji::fitzpatrick_type_ |
Emoji modifier fitzpatrick type; 0-6; 0 if none.
Definition at line 1293 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::animatedEmoji::ID = 1378918079 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 1314 of file td_api.h.
◆ 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.
Definition at line 1295 of file td_api.h.
◆ sticker_
Sticker for the emoji; may be null if yet unknown for a custom emoji. If the sticker is a custom emoji, then it can have arbitrary format.
Definition at line 1287 of file td_api.h.
◆ sticker_height_
| int32 td::td_api::animatedEmoji::sticker_height_ |
Expected height of the sticker, which can be used if the sticker is null.
Definition at line 1291 of file td_api.h.
◆ sticker_width_
| int32 td::td_api::animatedEmoji::sticker_width_ |
Expected width of the sticker, which can be used if the sticker is null.
Definition at line 1289 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h