set Sticker Position In Set
suspend fun TelegramBotApiClient.setStickerPositionInSet(requestBody: SetStickerPositionInSetRequest): TelegramResponse<Boolean>
Content copied to clipboard
Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.
suspend fun TelegramBotApiClient.setStickerPositionInSet(sticker: String, position: Int): TelegramResponse<Boolean>
Content copied to clipboard
Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.
Parameters
sticker
File identifier of the sticker
position
New sticker position in the set, zero-based