818 B
818 B
title | description |
---|---|
inputStickerSetItem | inputStickerSetItem attributes, type and example |
Constructor: inputStickerSetItem
Attributes:
Name | Type | Required |
---|---|---|
document | InputDocument | Yes |
emoji | string | Yes |
mask_coords | MaskCoords | Optional |
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, }