Skip to content

Full Support for Bot API 10.1 #5261

@AndrewGolikov55

Description

@AndrewGolikov55

What kind of feature are you missing? Where do you notice a shortcoming of PTB?

API 10.1

Telegram released Bot API 10.1 on June 11, 2026:

https://core.telegram.org/bots/api-changelog#june-11-2026

This release introduces Rich Messages and a few additional Bot API changes that are not yet exposed by PTB as far as I can tell. In particular, libraries and downstream integrations currently cannot use the new rich message methods and types through PTB's typed API.

Important

  • Comment here or in the dev group what you want to work on so it can be assigned and tracked.
  • Please copy the relevant part of the checklist from this issue to your PR and make sure to cover everything.
  • If this is your first contribution, please read the contribution guide and feel free to reach out with any questions via https://t.me/pythontelegrambotchannel/105.

Describe the solution you'd like

Add full support for Bot API 10.1.

Rich Messages

Join Request Queries

Polls

Describe alternatives you've considered

For now, users can call the new methods through the raw Bot API request layer and build the InputRichMessage payloads as plain dictionaries. That works around the missing typed support, but it bypasses PTB's typed interface and convenience methods.

Additional context

Rich Messages are especially relevant for bots that render structured or AI-generated output: headings, lists, tables, code blocks, collapsible sections, LaTeX/math expressions, media blocks, and streamed draft replies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ⚙️ bot-apiaffected functionality: bot-api

    Priority

    Medium

    Effort

    High

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions