UNPKG

@vonage/messages

Version:

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

12 lines 425 B
import { WhatsAppChannelInterface } from './WhatsAppChannelInterface'; import { MessageImageInterface } from '../MessageImageInterface'; /** * Represents an interface for WhatsApp image messages. * * @deprecated Please use types instead of interfaces. * * @ignore */ export interface WhatsAppImageInterface extends WhatsAppChannelInterface, MessageImageInterface { } //# sourceMappingURL=WhatsAppImageInterface.d.ts.map