Protos: Add support for requesting group context
FREEBIE
This commit is contained in:
parent
165217d020
commit
0eacb8780a
1 changed files with 5 additions and 4 deletions
|
@ -136,10 +136,11 @@ message AttachmentPointer {
|
||||||
|
|
||||||
message GroupContext {
|
message GroupContext {
|
||||||
enum Type {
|
enum Type {
|
||||||
UNKNOWN = 0;
|
UNKNOWN = 0;
|
||||||
UPDATE = 1;
|
UPDATE = 1;
|
||||||
DELIVER = 2;
|
DELIVER = 2;
|
||||||
QUIT = 3;
|
QUIT = 3;
|
||||||
|
REQUEST_INFO = 4;
|
||||||
}
|
}
|
||||||
optional bytes id = 1;
|
optional bytes id = 1;
|
||||||
optional Type type = 2;
|
optional Type type = 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue