diff options
| author | levlam <levlam@telegram.org> | 2025-10-06 16:25:01 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-10-06 16:25:01 +0300 |
| commit | d273b3139cce0dcb9f4f70faf63b24ed3e6cfa21 (patch) | |
| tree | e0b691c86eb24bdd4e584f9d8c2281908ac374a2 /td/telegram/ForumTopicManager.h | |
| parent | 7508a7a225ed4ccc1f3b376f6f1a6b3f1482e3e5 (diff) | |
Add and use ForumTopicManager::get_forum_topic_id_object.
Diffstat (limited to 'td/telegram/ForumTopicManager.h')
| -rw-r--r-- | td/telegram/ForumTopicManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/td/telegram/ForumTopicManager.h b/td/telegram/ForumTopicManager.h index 99d9289e6..4119e8c9c 100644 --- a/td/telegram/ForumTopicManager.h +++ b/td/telegram/ForumTopicManager.h @@ -40,6 +40,8 @@ class ForumTopicManager final : public Actor { ForumTopicManager &operator=(ForumTopicManager &&) = delete; ~ForumTopicManager() final; + int32 get_forum_topic_id_object(DialogId dialog_id, ForumTopicId forum_topic_id); + Status is_forum(DialogId dialog_id, bool allow_bots = false); void create_forum_topic(DialogId dialog_id, string &&title, bool title_missing, |
