Support keepMutedChatsArchived flag
This commit is contained in:
parent
e281fbe0e0
commit
7138daf5ef
4 changed files with 22 additions and 4 deletions
1
ts/types/Storage.d.ts
vendored
1
ts/types/Storage.d.ts
vendored
|
@ -140,6 +140,7 @@ export type StorageAccessType = {
|
|||
subscriberId: Uint8Array;
|
||||
subscriberCurrencyCode: string;
|
||||
displayBadgesOnProfile: boolean;
|
||||
keepMutedChatsArchived: boolean;
|
||||
hasAllStoriesMuted: boolean;
|
||||
|
||||
// Deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue