UNPKG

@vonage/messages

Version:

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

12 lines 404 B
import { MessageAudioInterface } from '../MessageAudioInterface'; import { MMSChannelInterface } from './MMSChannelInterface'; /** * Represents an interface for defining MMS audio messages. * * @deprecated Please use types instead of interfaces. * * @ignore */ export interface MMSAudioInterface extends MessageAudioInterface, MMSChannelInterface { } //# sourceMappingURL=MMSAudioInterface.d.ts.map