|
|
|
@ -163,27 +163,27 @@ message GroupContext {
|
|
|
|
|
optional AttachmentPointer avatar = 5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
message GroupDetails {
|
|
|
|
|
message ContactDetails {
|
|
|
|
|
message Avatar {
|
|
|
|
|
optional string contentType = 1;
|
|
|
|
|
optional uint32 length = 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
optional bytes id = 1;
|
|
|
|
|
optional string name = 2;
|
|
|
|
|
repeated string members = 3;
|
|
|
|
|
optional Avatar avatar = 4;
|
|
|
|
|
optional bool active = 5 [default = true];
|
|
|
|
|
optional string number = 1;
|
|
|
|
|
optional string name = 2;
|
|
|
|
|
optional Avatar avatar = 3;
|
|
|
|
|
optional string color = 4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
message ContactDetails {
|
|
|
|
|
message GroupDetails {
|
|
|
|
|
message Avatar {
|
|
|
|
|
optional string contentType = 1;
|
|
|
|
|
optional uint32 length = 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
optional string number = 1;
|
|
|
|
|
optional string name = 2;
|
|
|
|
|
optional Avatar avatar = 3;
|
|
|
|
|
optional string color = 4;
|
|
|
|
|
optional bytes id = 1;
|
|
|
|
|
optional string name = 2;
|
|
|
|
|
repeated string members = 3;
|
|
|
|
|
optional Avatar avatar = 4;
|
|
|
|
|
optional bool active = 5 [default = true];
|
|
|
|
|
}
|
|
|
|
|