Skip to content

Add support for Bot API 6.4 (Topics in Forum Supergroups) #766

@alridev

Description

@alridev

Hello!

Telegram has released a new version of the Bot API 6.4, which adds support for Topics in supergroup forums. To fully integrate with this innovation in the bot, I would really like to have the following methods and parameters related to topics:

Create and manage topics (New Forum Topic, Edit Forum Topic, etc.).
Get a list of topics and work with messages inside topics.
Events (Updates) related to topics so that the bot can respond correctly to changes (for example, a new message in the topic, closing the topic, etc.).
Any additional fields in the SendMessage, forwardMessage, etc. methods that are necessary for working with themes.
According to the official Telegram Bot API documentation (v6.4), new objects and fields related to topics have been added. It would be great to have them in the go-telegram-bot-api to simplify the development and support of forums in bots.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions