mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 19:56:02 +01:00
Group Manager V2 operations.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user