TelegramBot.addStickerToSet

Add a new sticker to a set

  1. bool addStickerToSet(int user_id, string name, string png_sticker, string emojis)
  2. bool addStickerToSet(AddStickerToSetMethod m)
    struct TelegramBot
    @trusted
    bool
    addStickerToSet

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta