View Source ExTDLib.Object.InputMessageSticker (ExTDLib v0.0.4)
A sticker message.
| Name | Type | Description |
|---|---|---|
| sticker | InputFile | Sticker to be sent. |
| thumbnail | inputThumbnail | Sticker thumbnail; pass null to skip thumbnail uploading. |
| width | number | Sticker width. |
| height | number | Sticker height. |
| emoji | string | Emoji used to choose the sticker. |
More details on telegram's documentation.