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 e9df07d79..ce208caa0 100644 --- a/td/telegram/CommunityManager.h +++ b/td/telegram/CommunityManager.h @@ -41,6 +41,8 @@ class CommunityManager final : public Actor { void on_binlog_community_event(BinlogEvent &&event); + void get_current_state(vector<td_api::object_ptr<td_api::Update>> &updates) const; + private: struct Community { int64 access_hash = 0; |
