đ§ set_sticker_position_in_set
Use this method to move a sticker in a set created by the bot to a specific position . Returns True on success.
âī¸ Parameters
sticker
(str
): File identifier of the stickerposition
(int
): New sticker position in the set, zero-based
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.set_sticker_position_in_set(
sticker=your_sticker_here,
position=your_position_here
)