Group description fix

This commit is contained in:
Adhiraj
2020-07-12 21:27:39 +05:30
parent 1307d97930
commit fe43125456
3 changed files with 7 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ export interface WAGroupMetadata {
owner: string
subject: string
creation: number
desc?: string
descOwner?: string
participants: [{ id: string; isAdmin: boolean; isSuperAdmin: boolean }]
}
export interface WAGroupModification {