TelegramBot.setStickerPositionInSet

Move a sticker in a set to a specific position

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

Parameters

sticker string

File identifier of the sticker

position int

New sticker position in the set, zero-based

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta