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