mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Support user.linked_community_id from layer 229
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user