Support user.linked_community_id from layer 229

This commit is contained in:
John Preston
2026-07-07 10:44:33 +04:00
parent 138b937f01
commit 3e003fb090
6 changed files with 27 additions and 3 deletions
+8
View File
@@ -318,6 +318,14 @@ void UserData::setPersonalChannel(ChannelId channelId, MsgId messageId) {
}
}
ChannelId UserData::linkedCommunityId() const {
return _linkedCommunityId;
}
void UserData::setLinkedCommunityId(ChannelId id) {
_linkedCommunityId = id;
}
UserId UserData::botManagerId() const {
return _botManagerId;
}