diff options
Diffstat (limited to 'td/telegram/CommunityManager.h')
| -rw-r--r-- | td/telegram/CommunityManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/td/telegram/CommunityManager.h b/td/telegram/CommunityManager.h index c2d3a621b..92ae2718a 100644 --- a/td/telegram/CommunityManager.h +++ b/td/telegram/CommunityManager.h @@ -37,6 +37,8 @@ class CommunityManager final : public Actor { bool have_community_force(CommunityId community_id, const char *source); + bool have_accessible_community(CommunityId community_id) const; + void reload_community(CommunityId community_id, Promise<Unit> &&promise, const char *source); void on_get_community(telegram_api::community &community, const char *source); |
