TDLib v0.0.2 TDLib.Method.SetStickerPositionInSet View Source
Changes the position of a sticker in the set to which it belongs; for bots only. The sticker set must have been created by the bot.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| sticker | InputFile | Sticker. |
| position | number | New position of the sticker in the set, zero-based. |
More details on telegram’s documentation.