MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetItem.md

1019 B

title description image
inputStickerSetItem Sticker in a stickerset https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetItem

Back to constructors index

Sticker in a stickerset

Attributes:

Name Type Required Description
document MessageMedia, Message, Update or InputDocument Optional The sticker
emoji string Yes Associated emoji
mask_coords MaskCoords Optional Coordinates for mask sticker

Type: InputStickerSetItem

Example:

$inputStickerSetItem = ['_' => 'inputStickerSetItem', 'document' => InputDocument, 'emoji' => 'string', 'mask_coords' => MaskCoords];

Or, if you're into Lua:

inputStickerSetItem={_='inputStickerSetItem', document=InputDocument, emoji='string', mask_coords=MaskCoords}