interface APIBasePartialChannel {
    id: string;
    type: ChannelType;
}

Hierarchy (View Summary)

Properties

Properties

id: string

The id of the channel

The type of the channel