aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/CommunityManager.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-07-09 23:47:40 +0300
committerlevlam <levlam@telegram.org>2026-07-09 23:47:40 +0300
commita83a851fe42c393cd34ffd8fcb9ef9ebe3e7db0c (patch)
tree6c667599cf872b1f29b2ea7c3c6f13dfabfefab4 /td/telegram/CommunityManager.h
parentc0983b4c1dd7c01abd6553dd114b2d940beab070 (diff)
Support updateCommunity in getCurrentState.
Diffstat (limited to 'td/telegram/CommunityManager.h')
-rw-r--r--td/telegram/CommunityManager.h2
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;