tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.2k stars 602 forks source link

[Feature request] Add getForumTopic or getForumTopicsByID or getForumTopics to Bot API #634

Open alex-novikov-1990 opened 2 months ago

alex-novikov-1990 commented 2 months ago

Currently it is impossible to get topic name without getting forum_topic_created or forum_topic_edited event. I suggest adding something like getForumTopic or getForumTopicsByID or getForumTopics to Bot API.