Group Manager V2 operations.

This commit is contained in:
Alan Evans
2020-05-05 12:13:53 -03:00
committed by Alex Hart
parent 48a693793f
commit 86f0456e8c
36 changed files with 1133 additions and 298 deletions

View File

@@ -32,3 +32,12 @@ message DecryptedGroupV2Context {
DecryptedGroupChange change = 2;
DecryptedGroup groupState = 3;
}
message TemporalAuthCredentialResponse {
int32 date = 1;
bytes authCredentialResponse = 2;
}
message TemporalAuthCredentialResponses {
repeated TemporalAuthCredentialResponse credentialResponse = 1;
}