#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1589392402 |
| | Identifier uniquely determining a type of the object.
|
| |
A sticker to be added to a sticker set.
Definition at line 31496 of file td_api.h.
◆ inputSticker() [1/2]
| td::td_api::inputSticker::inputSticker |
( |
| ) |
|
A sticker to be added to a sticker set.
◆ inputSticker() [2/2]
A sticker to be added to a sticker set.
- Parameters
-
| [in] | sticker_ | File with the sticker; must fit in a 512x512 square. For WEBP stickers the file must be in WEBP or PNG format, which will be converted to WEBP server-side. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements. |
| [in] | format_ | Format of the sticker. |
| [in] | emojis_ | String with 1-20 emoji corresponding to the sticker. |
| [in] | mask_position_ | Position where the mask is placed; pass null if not specified. |
| [in] | keywords_ | List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker. |
◆ store()
| void td::td_api::inputSticker::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.
◆ emojis_
| string td::td_api::inputSticker::emojis_ |
String with 1-20 emoji corresponding to the sticker.
Definition at line 31511 of file td_api.h.
◆ format_
Format of the sticker.
Definition at line 31509 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::inputSticker::ID = 1589392402 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 31534 of file td_api.h.
◆ keywords_
List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.
Definition at line 31515 of file td_api.h.
◆ mask_position_
Position where the mask is placed; pass null if not specified.
Definition at line 31513 of file td_api.h.
◆ sticker_
File with the sticker; must fit in a 512x512 square. For WEBP stickers the file must be in WEBP or PNG format, which will be converted to WEBP server-side. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements.
Definition at line 31507 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