@vonage/messages
Version:
Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS
17 lines • 351 B
TypeScript
export type MessageVcardType = {
/**
* The URL of the vCard attachment.
*/
url: string;
/**
* Additional text to accompany the vCard.
*/
caption?: string;
};
/**
* Represents a vCard message type.
*/
export type MessageVcardParams = {
vcard: MessageVcardType;
};
//# sourceMappingURL=MessageVcardType.d.ts.map