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 fb936d601..c2d3a621b 100644 --- a/td/telegram/CommunityManager.h +++ b/td/telegram/CommunityManager.h @@ -43,6 +43,8 @@ class CommunityManager final : public Actor { void on_get_community_forbidden(telegram_api::communityForbidden &community, const char *source); + int64 get_community_id_object(CommunityId community_id, const char *source) const; + td_api::object_ptr<td_api::community> get_community_object(CommunityId community_id) const; telegram_api::object_ptr<telegram_api::InputChannel> get_input_community(CommunityId community_id) const; |
