Support keepMutedChatsArchived flag

This commit is contained in:
Fedor Indutny
2022-05-25 13:44:05 -07:00
committed by GitHub
parent e281fbe0e0
commit 7138daf5ef
4 changed files with 22 additions and 4 deletions

View File

@@ -145,4 +145,5 @@ message AccountRecord {
optional bytes subscriberId = 21;
optional string subscriberCurrencyCode = 22;
optional bool displayBadgesOnProfile = 23;
optional bool keepMutedChatsArchived = 25;
}