UNPKG

@signalwire/compatibility-api

Version:
26 lines (20 loc) 515 B
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ import Chat = require('../Chat'); import Version = require('../../base/Version'); import { ChannelList } from './v3/channel'; import { ChannelListInstance } from './v3/channel'; declare class V3 extends Version { /** * Initialize the V3 version of Chat * * @param domain - The twilio domain */ constructor(domain: Chat); readonly channels: ChannelListInstance; } export = V3;