Bot API has been updated to version 5.1
What's new:
— Added updates about member status changes in chats:
— Support for improved invite links.
— Basic info about voice chats.
— And more, read the full changelog.
Warning: After one of the upcoming Bot API updates, user identifiers will become bigger than
core.telegram.org/bots/api-changelog#March-9-2021
#update #BotAPI
What's new:
— Added updates about member status changes in chats:
my_chat_member and chat_member.— Support for improved invite links.
— Basic info about voice chats.
— And more, read the full changelog.
Warning: After one of the upcoming Bot API updates, user identifiers will become bigger than
2^31 - 1 and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.core.telegram.org/bots/api-changelog#March-9-2021
#update #BotAPI
Bot API was updated to version 5.2
What's new:
- Payments 2.0 support
- Inline mode payments support
- Groups, supergroups, and channels payments support
- Optional tips support for
- Now you can optionally allow paying for forwarded invoices
- Added
- Added scheduled Voice Chat message type
- Fixed mistakes in documentation
Important changes:
— In Bot API v5.3 a one-time change will happen which will update unique identifiers for photos
— Soon in large chats, join messages won't be displayed
Full changelog on the website.
#update #BotAPI
What's new:
- Payments 2.0 support
- Inline mode payments support
- Groups, supergroups, and channels payments support
- Optional tips support for
sendInvoice method- Now you can optionally allow paying for forwarded invoices
- Added
chat_type field in inline mode, so a bot can identify from what kind of chat a request comes from- Added scheduled Voice Chat message type
- Fixed mistakes in documentation
Important changes:
— In Bot API v5.3 a one-time change will happen which will update unique identifiers for photos
— Soon in large chats, join messages won't be displayed
Full changelog on the website.
#update #BotAPI
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…