Skip to content

Releases: TelegramBot/Api

2.2.9: Merge pull request #59 from pwsdotru/issue-54

14 Apr 20:53
Compare
Choose a tag to compare
Fix issue for call toJson on a non-object

Merge pull request #56 from vitorbari/patch-callback-query

05 Apr 13:57
Compare
Choose a tag to compare

2.2.7

17 Mar 08:32
Compare
Choose a tag to compare
Added InlineKeyboardMarkup support

2.2.6

12 Dec 11:37
Compare
Choose a tag to compare
fixed closing brace

2.2.5: Merge pull request #36 from POPSuL/patch-4

12 Dec 11:37
Compare
Choose a tag to compare

Version 2.2.4 Stable

18 Dec 09:24
Compare
Choose a tag to compare
  • Fixed bug with channel id as in the format @channelusername (reproduced since version 2.2.2).

Version 2.2.3 Stable

12 Dec 16:40
Compare
Choose a tag to compare
  • Added support for supergroups. The Type field in the Chat object can now contain ‘supergroup’.
  • New optional fields added to the Message object: supergroup_chat_created, migrate_to_chat_id, migrate_from_chat_id and channel_chat_created.
  • Some docs fixes and improvements

Version 2.2.2 Stable

25 Oct 17:00
Compare
Choose a tag to compare

Recent API changes:

  • Added initial channel support for bots (no Telegram clients support this at the moment, please wait for updates):
  • The Chat field in the Message is now of the new type Chat.
  • You can now pass a channel username (in the format @channelusername) in the place of chat_id in all methods (and instead of from_chat_id in forwardMessage). For this to work, the bot must be an administrator in the channel (and that‘s exactly what Telegram clients don’t support yet — adding bots as administrators coming soon).

Version 2.2.1 Stable

23 Sep 04:47
Compare
Choose a tag to compare
  • added downloadFile method

Version 2.2.0 Stable

20 Sep 02:42
Compare
Choose a tag to compare

Bots can now download files and media sent by users:

  • Added File type
  • Added getFile method