@vonage/messages
Version:
Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS
12 lines • 419 B
TypeScript
import { WhatsAppChannelInterface } from './WhatsAppChannelInterface';
import { MessageFileInterface } from '../MessageFileInterface';
/**
* Represents an interface for WhatsApp file messages.
*
* @deprecated Please use types instead of interfaces.
*
* @ignore
*/
export interface WhatsAppFileInterface extends WhatsAppChannelInterface, MessageFileInterface {
}
//# sourceMappingURL=WhatsAppFileInterface.d.ts.map