Skip to content

Releases: TelegramBot/Api

Version 2.1.0 Stable

16 Sep 21:52
Compare
Choose a tag to compare

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

22 Aug 18:49
Compare
Choose a tag to compare
  • Added Botan.io support
  • Added Update and ArrayOfUpdates types
  • Added eventbased slim-like client
  • Added InvalidJsonException
  • Minor bugfixes
  • Documentation
  • PHP >=5.4.0

Added HttpException

17 Aug 11:57
Compare
Choose a tag to compare

Added HttpException for catching invalid responses from telegram server

Fixed problem with documents without thumb

30 Jun 10:30
Compare
Choose a tag to compare

Constructors for ReplyKeyboard classes

30 Jun 01:11
Compare
Choose a tag to compare
v1.2.1

Default values in constructors

Added support for custom Keyboards

30 Jun 01:04
Compare
Choose a tag to compare
v1.2.0

added an additional type check

Added map of data for objects of types

29 Jun 22:49
Compare
Choose a tag to compare

Version 1.0.0 Stable

29 Jun 19:10
Compare
Choose a tag to compare

Stable version