Protos: Add support for requesting group context

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-08 15:59:36 -07:00
parent 165217d020
commit 0eacb8780a

View file

@ -140,6 +140,7 @@ message GroupContext {
UPDATE = 1;
DELIVER = 2;
QUIT = 3;
REQUEST_INFO = 4;
}
optional bytes id = 1;
optional Type type = 2;