Share via


ChannelInfo interface

Represents information about a channel.

Properties

id

The ID of the channel.

name

The name of the channel.

type

The type of the channel.

Property Details

id

The ID of the channel.

id?: string

Property Value

string

name

The name of the channel.

name?: string

Property Value

string

type

The type of the channel.

type?: string

Property Value

string