Update API scheme on layer 223.

This commit is contained in:
John Preston
2026-02-16 13:33:13 +04:00
parent 5c62bce037
commit 5ab68c9ebb
2 changed files with 2 additions and 1 deletions
@@ -314,6 +314,7 @@ ChatParticipant::ChatParticipant(
_restrictions = ChatRestrictionsInfo(data.vbanned_rights());
_by = peerToUser(peerFromUser(data.vkicked_by()));
_date = data.vdate().v;
_rank = qs(data.vrank().value_or_empty());
_type = (_restrictions.flags & ChatRestriction::ViewMessages)
? Type::Banned