peyk.platforms.telegram.methods.set_sticker_position_in_set

async peyk.platforms.telegram.methods.set_sticker_position_in_set(self, sticker: str, position: int) bool

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

Returns:

Result returned by Telegram on successful execution.

Return type:

bool