TelegramBot.uploadStickerFile

Upload a .png file to create a new sticker set or add to an existing one

More...
  1. File uploadStickerFile(int user_id, InputFile png_sticker)
  2. File uploadStickerFile(UploadStickerFileMethod m)
    struct TelegramBot
    @trusted
    uploadStickerFile

Return Value

Type: File

Uploaded File on success

Detailed Description

Deprecated: InputFile isn't supported yet

Throws

TelegramBotException on errors

See Also

Meta