TDLib v0.0.2 TDLib.Object.InputSticker View Source
Describes a sticker that should be added to a sticker set.
Name | Type | Description |
---|---|---|
png_sticker | InputFile | PNG image with the sticker; must be up to 512 kB in size and fit in a 512x512 square. |
emojis | string | Emoji corresponding to the sticker. |
mask_position | maskPosition | For masks, position where the mask should be placed; may be null. |
More details on telegram’s documentation.