Constructor: inputStickerSetItem
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 |
| keywords | string | Optional | Set of keywords, separated by commas (can’t be provided for mask stickers) |
Type: InputStickerSetItem
Example:
$inputStickerSetItem = ['_' => 'inputStickerSetItem', 'document' => InputDocument, 'emoji' => 'string', 'mask_coords' => MaskCoords, 'keywords' => 'string'];