UNPKG

@vonage/messages

Version:

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

11 lines 252 B
/** * Represents an interface for defining MMS channel messages. * * @deprecated Please use types instead of interfaces. * * @ignore */ export interface MMSChannelInterface { channel: 'mms'; } //# sourceMappingURL=MMSChannelInterface.d.ts.map