TelegramBot.sendSticker

Send webp sticker

  1. Message sendSticker(T chat_id, string sticker)
    struct TelegramBot
    @trusted
    sendSticker
    (
    T
    )
    (,
    string sticker
    )
  2. Message sendSticker(SendStickerMethod m)

Parameters

chat_id T

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

sticker string

HTTP URL to get sticker from the internet or file_id of the file on Telegram

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta