Add for leave family
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user