Backup import/export consistency fixes

This commit is contained in:
Fedor Indutny 2024-09-16 14:30:39 -07:00 committed by GitHub
parent fd408c52cf
commit 8dabe4fbe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 195 additions and 62 deletions

View file

@ -779,6 +779,9 @@ message SimpleChatUpdate {
PAYMENT_ACTIVATION_REQUEST = 11;
UNSUPPORTED_PROTOCOL_MESSAGE = 12;
REPORTED_SPAM = 13;
BLOCKED = 14;
UNBLOCKED = 15;
MESSAGE_REQUEST_ACCEPTED = 16;
}
Type type = 1;