Add for leave family

This commit is contained in:
lendry
2026-06-26 23:41:20 +03:00
parent f1bba24faa
commit 886b7e9ade
9 changed files with 489 additions and 21 deletions

View File

@@ -159,6 +159,7 @@ message ChatRoomMemberResponse {
bool isChatCreator = 7;
bool isPinned = 8;
optional string pinnedAt = 9;
bool inFamily = 10;
}
message ChatRoomResponse {
@@ -176,6 +177,7 @@ message ChatRoomResponse {
optional bool isE2E = 12;
bool isPinned = 13;
optional string pinnedAt = 14;
bool peerLeftFamily = 15;
}
message PollOptionResponse {