Releases: TelegramBot/Api
Releases · TelegramBot/Api
Version 2.1.0 Stable
Implemented latest changes in the Telegram API
- The API now supports both video and photo captions. The caption field has been removed from the Video object and added to the Message object instead.
- Caption and duration optional fields have been added to the sendVideo method.
- Fixed typo: user_id in the Contact object is now correctly labeled as Integer, not String
- The thumb field is now optional for Video, Sticker and Document objects
- Added new type Voice
- Added new method sendVoice for sending voice messages.
- Added optional fields performer, title to the Audio object and sendAudio method.
- Added optional field voice to the Message object.
- New field parse_mode addded to sendMessage
- Added support for self-signed certificates: upload your certificate using the certificate parameter in the setWebhook method. Fixed docs
- Tests
v2.0.0
Added HttpException
Added HttpException for catching invalid responses from telegram server
Fixed problem with documents without thumb
v1.2.2 fixed #2 issue
Constructors for ReplyKeyboard classes
v1.2.1 Default values in constructors
Added support for custom Keyboards
v1.2.0 added an additional type check
Added map of data for objects of types
v1.1.0 hotfix
Version 1.0.0 Stable
Stable version