Skip to content

v10.3

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 13:00
· 1 commit to main since this release

Bot API 10.3

Rich Messages

Ephemeral messages

Reply markup

General


Bot API 10.2

Rich Messages

Ephemeral Messages

Communities

  • Introduced initial support for Communities - several supergroups, channels, and bots linked together around a shared topic or audience.
  • Added the class Community which represents a community.
  • Added the class CommunityChatAdded and the field community_chat_added to the class Message.
  • Added the class CommunityChatRemoved and the field community_chat_removed to the class Message.
  • Added the field community to the class ChatFullInfo.

General

  • Added updates about changes to a user payment subscription, represented by the class BotSubscriptionUpdated and the field subscription in the class Update.
  • Hardened the security of Mini Apps by disallowing the usage of Mini App methods from origins different from the original Mini App domain. The protection will be automatically enabled for all Mini Apps on July 20, 2026. You can opt-out from the protection through the @BotFather Mini App. If you do so, you acknowledge that it is the responsibility of the bot to ensure that the Mini App has no links to untrusted sites.

Bot API 10.1

Rich Messages

Join Request Queries

Polls