Import/export chat styles
This commit is contained in:
parent
6fb76e00c4
commit
8f2061e11d
15 changed files with 663 additions and 47 deletions
5
ts/model-types.d.ts
vendored
5
ts/model-types.d.ts
vendored
|
@ -329,6 +329,11 @@ export type ConversationAttributesType = {
|
|||
conversationColor?: ConversationColorType;
|
||||
customColor?: CustomColorType;
|
||||
customColorId?: string;
|
||||
|
||||
// Set at backup import time, exported as is.
|
||||
wallpaperPhotoPointerBase64?: string;
|
||||
wallpaperPreset?: number;
|
||||
|
||||
discoveredUnregisteredAt?: number;
|
||||
firstUnregisteredAt?: number;
|
||||
draftChanged?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue