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