UNPKG

@vonage/messages

Version:

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

10 lines 199 B
/** * Represents a video message type. */ export type MessageVideoType = { /** * The URL of the video attachment. */ url: string; }; //# sourceMappingURL=MessageVideoType.d.ts.map