UNPKG

@vonage/messages

Version:

Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS

10 lines 200 B
/** * Represents an audio message type. */ export type MessageAudioType = { /** * The URL of the audio attachment. */ url: string; }; //# sourceMappingURL=MessageAudioType.d.ts.map