Implement verification checkmark

This commit is contained in:
2025-10-21 22:49:26 +03:00
Unverified
parent 3293d91368
commit 9e19342998
23 changed files with 736 additions and 52 deletions
+1
View File
@@ -25,6 +25,7 @@ export interface ProfileDialogData {
memberSince?: string;
online?: boolean;
isOwnProfile: boolean;
verified?: boolean;
}
interface ActiveDM {