Skip to content

Releases: Eptagone/Telegram.BotAPI

v7.2 Telegram.BotAPI

31 Mar 23:27
Compare
Choose a tag to compare
  • Updated to Bot API 7.2

Full Changelog: v7.1.1...v7.2

v7.1.1 Telegram.BotAPI

24 Feb 02:06
Compare
Choose a tag to compare
  • Updated to Bot API 7.1
  • Fix issue with generator #39

Full Changelog: v7.1...v7.1.1

v7.1 Telegram.BotAPI

17 Feb 04:50
Compare
Choose a tag to compare
  • Updated to Bot API 7.1

Full Changelog: v7.0...v7.1

v7.0 Telegram.BotAPI

03 Feb 16:43
Compare
Choose a tag to compare
  • Updated to Bot API 7.0
  • Added custom requests
  • The AttachedFile class was removed. Now, multiple files can be uploaded using a IDictionary of InputFile 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

15 Jan 05:08
Compare
Choose a tag to compare
Pre-release
  • 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

08 Jan 05:22
Compare
Choose a tag to compare
Pre-release

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

v6.9.2 Telegram.BotAPI

21 Oct 19:04
Compare
Choose a tag to compare

What's Changed

  • Made IconCustomEmojiId nullable in #32. Thanks @a1ex2k

New Contributors

Full Changelog: v6.9...v6.9.2

v6.9 Telegram.BotAPI

24 Sep 18:12
Compare
Choose a tag to compare
  • Updated to Bot API 6.9

v6.8 Telegram.BotAPI

27 Aug 02:25
Compare
Choose a tag to compare

Updated to Bot API 6.8

Full Changelog: v6.7.2...v6.8

v6.7.2 Telegram.BotAPI

05 Jun 04:27
Compare
Choose a tag to compare
  • Updated models and interfaces