TelegramBot.setStickerPositionInSet

Move a sticker in a set to a specific position

  1. bool setStickerPositionInSet(string sticker, int position)
  2. bool setStickerPositionInSet(SetStickerPositionInSetMethod m)
    struct TelegramBot
    @trusted
    bool
    setStickerPositionInSet

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta