Not documented, but partial only includes id, name, and type

interface APIPartialChannel {
    id: string;
    name?: null | string;
    type: ChannelType;
}

Hierarchy (View Summary)

Properties

Properties

id: string

The id of the channel

name?: null | string

The name of the channel (1-100 characters)

The type of the channel