TelegramBot Api Versions Save

Native PHP Wrapper for Telegram BOT API

2.2.9

7 years ago

2.2.8

7 years ago

2.2.7

7 years ago

2.2.6

7 years ago

2.2.5

7 years ago

v2.2.4

8 years ago
  • Fixed bug with channel id as in the format @channelusername (reproduced since version 2.2.2).

v2.2.3

8 years ago
  • 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

v2.2.2

8 years ago

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).

v2.2.1

8 years ago
  • added downloadFile method

v2.2.0

8 years ago

Bots can now download files and media sent by users:

  • Added File type
  • Added getFile method