MadelineProtoDocs/docs/TD_docs/constructors/inputSticker.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

845 B

title description image
inputSticker Description of a sticker which should be added to a sticker set https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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