added organization name in vcard

This commit is contained in:
Davidson Gomes
2023-07-05 20:05:24 -03:00
parent 964427e533
commit a5e29758a4
3 changed files with 9 additions and 12 deletions

View File

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