#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -647013057 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a sticker.
Definition at line 67196 of file td_api.h.
◆ sticker() [1/2]
| td::td_api::sticker::sticker |
( |
| ) |
|
◆ sticker() [2/2]
Describes a sticker.
- Parameters
-
| [in] | id_ | Unique sticker identifier within the set; 0 if none. |
| [in] | set_id_ | Identifier of the sticker set to which the sticker belongs; 0 if none. |
| [in] | width_ | Sticker width; as defined by the sender. |
| [in] | height_ | Sticker height; as defined by the sender. |
| [in] | emoji_ | Emoji corresponding to the sticker; may be empty if unknown. |
| [in] | format_ | Sticker format. |
| [in] | full_type_ | Sticker's full type. |
| [in] | thumbnail_ | Sticker thumbnail in WEBP or JPEG format; may be null. |
| [in] | sticker_ | File containing the sticker. |
◆ store()
| void td::td_api::sticker::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.
◆ emoji_
| string td::td_api::sticker::emoji_ |
Emoji corresponding to the sticker; may be empty if unknown.
Definition at line 67215 of file td_api.h.
◆ format_
◆ full_type_
Sticker's full type.
Definition at line 67219 of file td_api.h.
◆ height_
| int32 td::td_api::sticker::height_ |
Sticker height; as defined by the sender.
Definition at line 67213 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::sticker::ID = -647013057 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 67246 of file td_api.h.
◆ id_
| int64 td::td_api::sticker::id_ |
Unique sticker identifier within the set; 0 if none.
Definition at line 67207 of file td_api.h.
◆ set_id_
| int64 td::td_api::sticker::set_id_ |
Identifier of the sticker set to which the sticker belongs; 0 if none.
Definition at line 67209 of file td_api.h.
◆ sticker_
File containing the sticker.
Definition at line 67223 of file td_api.h.
◆ thumbnail_
Sticker thumbnail in WEBP or JPEG format; may be null.
Definition at line 67221 of file td_api.h.
◆ width_
| int32 td::td_api::sticker::width_ |
Sticker width; as defined by the sender.
Definition at line 67211 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