aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/ChatManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'td/telegram/ChatManager.h')
-rw-r--r--td/telegram/ChatManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/td/telegram/ChatManager.h b/td/telegram/ChatManager.h
index 5c728b756..721f35765 100644
--- a/td/telegram/ChatManager.h
+++ b/td/telegram/ChatManager.h
@@ -363,6 +363,7 @@ class ChatManager final : public Actor {
bool have_channel_force(ChannelId channel_id, const char *source);
bool get_channel(ChannelId channel_id, int left_tries, Promise<Unit> &&promise);
void reload_channel(ChannelId channel_id, Promise<Unit> &&promise, const char *source);
+
void load_channel_full(ChannelId channel_id, bool force, Promise<Unit> &&promise, const char *source);
FileSourceId get_channel_full_file_source_id(ChannelId channel_id);
void reload_channel_full(ChannelId channel_id, Promise<Unit> &&promise, const char *source);