@vonage/messages
Version:
Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS
14 lines • 324 B
TypeScript
/**
* Represents the Viber channel interface.
*
* @deprecated Please use types instead of interfaces.
*
* @ignore
*/
export interface ViberChannelInterface {
/**
* Specifies the channel type, which is 'viber_service'.
*/
channel: 'viber_service';
}
//# sourceMappingURL=ViberChannelInterface.d.ts.map