1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:26:55 +01:00
MadelineProto/docs/TD_docs/constructors/inputSticker.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

772 B

title description
inputSticker Description of a sticker which should be added to a sticker set

Constructor: inputSticker

Back to constructors index

Description of a sticker which should be added to a sticker set

Attributes:

Name Type Required Description
png_sticker InputFile Yes Png image with the sticker, must be up to 512 kilobytes in size and fit in 512x512 square
emojis string Yes Emojis corresponding to the sticker
mask_position maskPosition Yes Position where the mask should be placed, nullable

Type: InputSticker