Update backup protos

This commit is contained in:
Fedor Indutny 2024-07-25 07:58:51 -07:00 committed by GitHub
parent 59d9807301
commit d627bf543e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 61 additions and 44 deletions

1
ts/model-types.d.ts vendored
View file

@ -336,6 +336,7 @@ export type ConversationAttributesType = {
// Set at backup import time, exported as is.
wallpaperPhotoPointerBase64?: string;
wallpaperPreset?: number;
dimWallpaperInDarkMode?: boolean;
discoveredUnregisteredAt?: number;
firstUnregisteredAt?: number;