diff options
| author | levlam <levlam@telegram.org> | 2026-06-24 19:09:12 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-06-24 19:09:12 +0300 |
| commit | b78c541f1d12288fead849720fdeeef9f6ebb38f (patch) | |
| tree | 83938c3d481bdd91f9b4f08192719a7421902663 /td/telegram/ForumTopicManager.h | |
| parent | 4a247b6dfc4095b715156d8bcab01da7e3a682f0 (diff) | |
Register forum topic draft files.
Diffstat (limited to 'td/telegram/ForumTopicManager.h')
| -rw-r--r-- | td/telegram/ForumTopicManager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/td/telegram/ForumTopicManager.h b/td/telegram/ForumTopicManager.h index 2cf1653e6..2432a5443 100644 --- a/td/telegram/ForumTopicManager.h +++ b/td/telegram/ForumTopicManager.h @@ -9,6 +9,7 @@ #include "td/telegram/CustomEmojiId.h" #include "td/telegram/DialogId.h" #include "td/telegram/DialogNotificationSettings.h" +#include "td/telegram/files/FileId.h" #include "td/telegram/ForumTopic.h" #include "td/telegram/ForumTopicEditedData.h" #include "td/telegram/ForumTopicId.h" @@ -205,6 +206,8 @@ class ForumTopicManager final : public Actor { void on_delete_forum_topic(DialogId dialog_id, ForumTopicId forum_topic_id, Promise<Unit> &&promise); + vector<FileId> get_topic_file_ids(const Topic *topic) const; + td_api::object_ptr<td_api::forumTopic> get_forum_topic_object(DialogId dialog_id, ForumTopicId forum_topic_id) const; td_api::object_ptr<td_api::updateForumTopicInfo> get_update_forum_topic_info_object( |
