added email in vcard

This commit is contained in:
Davidson Gomes
2023-07-05 21:14:44 -03:00
parent 41f191902b
commit b7da8d2193
3 changed files with 17 additions and 5 deletions

View File

@@ -126,6 +126,7 @@ export class ContactMessage {
wuid: string;
phoneNumber: string;
organization?: string;
email?: string;
}
export class SendContactDto extends Metadata {
contactMessage: ContactMessage[];