Releases: Eptagone/Telegram.BotAPI
Releases · Eptagone/Telegram.BotAPI
v7.3.1 Telegram.BotAPI
What's Changed
- Add missing JsonConverterAttribute to ReplyMarkup and InputMessageContent in #44. Thanks @loyldg
- Improve DiscriminatorJsonConverter
New Contributors
Full Changelog: v7.3...v7.3.1
v7.3 Telegram.BotAPI
- Update to Bot API 7.3
- Remove Sugar Library and obsolete classes
Full Changelog: v7.2.1...v7.3
v7.2.1 Telegram.BotAPI
- Fix integer type for file_size fields
- Add a constructor to ReactionType types
Full Changelog: v7.2...v7.2.1
v7.2 Telegram.BotAPI
- Updated to Bot API 7.2
Full Changelog: v7.1.1...v7.2
v7.1.1 Telegram.BotAPI
- Updated to Bot API 7.1
- Fix issue with generator #39
Full Changelog: v7.1...v7.1.1
v7.1 Telegram.BotAPI
- Updated to Bot API 7.1
Full Changelog: v7.0...v7.1
v7.0 Telegram.BotAPI
- Updated to Bot API 7.0
- Added custom requests
- The AttachedFile class was removed. Now, multiple files can be uploaded using a
IDictionary
ofInputFile
instead. - Prepared new classes with constants
- ChatActions
- ChatTypes
- FormatStyles
- MessageEntityTypes
- PollTypes
- UpdateTypes
- Newtonsoft.Json was removed from classes
Full Changelog: v6.9.2...v7.0
v7.0-beta Telegram.BotAPI
- Added new utilities in extensions package
- Replaced parameter attachedFile by files
- Deprecated AttachedFile class
Full Changelog: v7.0-alpha...v7.0-beta
v7.0-alpha Telegram.BotAPI
Updated to Bot API 7.0
- Added new types and methods for Bot API 7.0
- Deprecated several classes in favor of new approaches.
- New methods for custom requests.
Full Changelog: v6.9.2...v7.0-alpha