UNPKG

@vonage/messages

Version:

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

12 lines 418 B
import { MMSChannelInterface } from './MMSChannelInterface'; import { MessageVCardInterface } from '../MessageVCardInterface'; /** * Represents an interface for defining MMS channel messages with vCards. * * @deprecated Please use types instead of interfaces. * * @ignore */ export interface MMSVcardInterface extends MessageVCardInterface, MMSChannelInterface { } //# sourceMappingURL=MMSVcardInterface.d.ts.map