Skip to content

Releases: TelegramBot/Api

v2.3.8

16 Mar 14:16
Compare
Choose a tag to compare

Add new features from Bot API 3.5
Add new features from Bot API 3.6
Add some missed methods.

v2.3.7

09 Nov 10:16
Compare
Choose a tag to compare

Add getParameters method to HttpException

v2.3.6

03 Nov 16:08
Compare
Choose a tag to compare

Add new features from Bot API 3.4

v2.3.5

01 Sep 07:10
Compare
Choose a tag to compare

Add new features from Bot API 3.3

v2.3.4

27 Jul 13:46
Compare
Choose a tag to compare

Added missed callbackQuery method.

v2.3.3

12 Jul 06:29
Compare
Choose a tag to compare

Add leaveChat method.

Updates from Bot API 3.1

10 Jul 07:31
Compare
Choose a tag to compare
  • Add new checkers to Client class.
  • Add error description when API Request fails.

Add all features from Bot API 3.1:

  • Added new methods restrictChatMember and promoteChatMember to manage users and admins, added new parameter until_date to kickChatMember for temporary bans.
  • Added new methods exportChatInviteLink, setChatPhoto, deleteChatPhoto, setChatTitle, setChatDescription, pinChatMessage and unpinChatMessage to manage groups and channels.
  • Added the new fields photo, description and invite_link to the Chat object.
  • Added the new fields until_date, can_be_edited, can_change_info, can_post_messages, can_edit_messages, can_delete_messages, can_invite_users, can_restrict_members, can_pin_messages, can_promote_members, can_send_messages, can_send_media_messages, can_send_other_messages and can_add_web_page_previews to the ChatMember object.

Version 2.3.0 Stable

21 Jun 08:39
Compare
Choose a tag to compare
  • Your bot can now accept payments for goods and services via Telegram.
  • Added new kinds of updates, shipping_query and pre_checkout_query, and new types of message content, invoice and successful_payment.
  • Added new methods for payments: sendInvoice, answerShippingQuery, and answerPreCheckoutQuery.

v2.3.1

21 Jun 20:30
Compare
Choose a tag to compare

Fix editMessageReplyMarkup and editMessageCaption methods.
Add inline_message_id param.

Add caption field to sendDocument method

29 May 20:40
Compare
Choose a tag to compare
2.2.10

Add caption field to sendDocument method