APIPartialChannel

export interface APIPartialChannel extends APIBasePartialChannel, APINameableChannel
export interface APIPartialChannel extends APIBasePartialChannel, APINameableChannel
Not documented, but partial only includes id, name, and type
The id of the channel
Inherited from APIBasePartialChannel
name?:string | null
The name of the channel (1-100 characters)
Inherited from APINameableChannel