Update backup protos

This commit is contained in:
Fedor Indutny 2024-07-31 06:43:26 -07:00 committed by GitHub
parent 63d38ac55d
commit c5ce9cd880
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 63 additions and 9 deletions

View file

@ -751,6 +751,7 @@ message SimpleChatUpdate {
PAYMENTS_ACTIVATED = 10;
PAYMENT_ACTIVATION_REQUEST = 11;
UNSUPPORTED_PROTOCOL_MESSAGE = 12;
REPORTED_SPAM = 13;
}
Type type = 1;
@ -1042,7 +1043,7 @@ message ChatStyle {
}
message CustomChatColor {
uint32 id = 1;
uint64 id = 1;
oneof color {
fixed32 solid = 2;
@ -1116,7 +1117,7 @@ message ChatStyle {
BubbleColorPreset bubbleColorPreset = 4;
// See AccountSettings.customChatColors
uint32 customColorId = 5;
uint64 customColorId = 5;
}
bool dimWallpaperInDarkMode = 7;