Add remaining non-group update messages for backup.

This commit is contained in:
Clark
2023-12-21 12:13:13 -05:00
committed by Clark Chen
parent 0200430346
commit d74b302edb
11 changed files with 442 additions and 15 deletions

View File

@@ -192,7 +192,7 @@ message Call {
Type type = 3;
bool outgoing = 4;
uint64 timestamp = 5;
uint64 ringerRecipientId = 6;
optional uint64 ringerRecipientId = 6;
Event event = 7;
}
@@ -505,6 +505,7 @@ message IndividualCallChatUpdate {
MISSED_AUDIO_CALL = 5;
MISSED_VIDEO_CALL = 6;
}
Type type = 1;
}
message GroupCallChatUpdate {