fix and update

This commit is contained in:
lendry
2026-06-25 16:01:41 +03:00
parent ce58e6f4c1
commit 3880c68d59
40 changed files with 1715 additions and 215 deletions

View File

@@ -189,6 +189,9 @@ message PublicUser {
bool canViewOAuth = 22;
bool canManageAllOAuth = 23;
bool canManageAllUsers = 24;
bool isVerified = 25;
optional string verificationIcon = 26;
bool canVerifyUsers = 27;
}
message AuthTokens {