mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-13 23:32:22 -06:00
added organization name in vcard
This commit is contained in:
@@ -125,6 +125,7 @@ export class ContactMessage {
|
||||
fullName: string;
|
||||
wuid: string;
|
||||
phoneNumber: string;
|
||||
organization?: string;
|
||||
}
|
||||
export class SendContactDto extends Metadata {
|
||||
contactMessage: ContactMessage[];
|
||||
|
||||
Reference in New Issue
Block a user