diff options
| author | levlam <levlam@telegram.org> | 2026-07-10 16:35:49 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-07-10 16:35:49 +0300 |
| commit | 1add3c9bfb4bd19e4fb2986bb03e52ba93f21c14 (patch) | |
| tree | 422e4e8924325bc82aa5371def2ed359cc129d33 /td/telegram/UserManager.h | |
| parent | ec1b948090520d1b8ac377c22a1545ddc674b179 (diff) | |
Add userFullInfo.community_id.
Diffstat (limited to 'td/telegram/UserManager.h')
| -rw-r--r-- | td/telegram/UserManager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/td/telegram/UserManager.h b/td/telegram/UserManager.h index f7d048dc4..47ee5388d 100644 --- a/td/telegram/UserManager.h +++ b/td/telegram/UserManager.h @@ -15,6 +15,7 @@ #include "td/telegram/BotVerifierSettings.h" #include "td/telegram/BusinessConnectionId.h" #include "td/telegram/ChannelId.h" +#include "td/telegram/CommunityId.h" #include "td/telegram/Contact.h" #include "td/telegram/CustomEmojiId.h" #include "td/telegram/DialogId.h" @@ -612,6 +613,7 @@ class UserManager final : public Actor { unique_ptr<PeerColorCollectible> peer_color_collectible; AccentColorId profile_accent_color_id; CustomEmojiId profile_background_custom_emoji_id; + CommunityId linked_community_id; int32 was_online = 0; int32 local_was_online = 0; @@ -964,6 +966,8 @@ class UserManager final : public Actor { void on_update_user_profile_colors(User *u, UserId user_id, AccentColorId accent_color_id, CustomEmojiId background_custom_emoji_id); + void on_update_user_linked_community_id(User *u, UserId user_id, CommunityId linked_community_id); + void on_update_user_emoji_status(User *u, UserId user_id, unique_ptr<EmojiStatus> emoji_status); void on_update_user_story_ids_impl(User *u, UserId user_id, |
