Set Status + Set Group Description + Better Message Tags

This commit is contained in:
Adhiraj
2020-08-02 13:45:27 +05:30
parent d812d52b33
commit c121d17c12
7 changed files with 78 additions and 15 deletions

View File

@@ -61,6 +61,7 @@ export interface WAGroupMetadata {
creation: number
desc?: string
descOwner?: string
descId?: string
participants: [{ id: string; isAdmin: boolean; isSuperAdmin: boolean }]
}
export interface WAGroupModification {