diff options
| author | levlam <levlam@telegram.org> | 2022-12-02 17:47:08 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-12-02 17:47:08 +0300 |
| commit | feb267fcb73934fb0fe54c8c6416836ac90d8cdf (patch) | |
| tree | 3fe08ea018937262ff00191f225eee46bb3b42c5 /td/telegram/ForumTopicManager.h | |
| parent | cdaddd75b26cc5d9b7047d260b588510f37a72e5 (diff) | |
Add on_get_forum_topic_info.
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 d73823243..3a6e526f1 100644 --- a/td/telegram/ForumTopicManager.h +++ b/td/telegram/ForumTopicManager.h @@ -58,6 +58,8 @@ class ForumTopicManager final : public Actor { void on_forum_topic_edited(DialogId dialog_id, MessageId top_thread_message_id, const ForumTopicEditedData &edited_data); + void on_get_forum_topic_info(DialogId dialog_id, const ForumTopicInfo &topic_info, const char *source); + void on_get_forum_topics(DialogId dialog_id, vector<tl_object_ptr<telegram_api::ForumTopic>> &&forum_topics, const char *source); |
