Interface ChannelInfo

interface ChannelInfo {
    id: string;
    status?: null | string;
    voice_start_time?: null | number;
}

Properties

id: string
status?: null | string
voice_start_time?: null | number