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

1.1 KiB

title description image
sticker Describes sticker https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: sticker

Back to constructors index

Describes sticker

Attributes:

Name Type Required Description
set_id int64 Yes Identifier of sticker set to which the sticker belongs or 0 if none
width int Yes Sticker width as defined by sender
height int Yes Sticker height as defined by sender
emoji string Yes Emoji corresponding to the sticker
is_mask Bool Yes True, if the sticker is a mask
mask_position maskPosition Yes Position where the mask should be placed, nullable
thumb photoSize Yes Sticker thumb in webp or jpeg format, nullable
sticker file Yes File with sticker

Type: Sticker