The body of POST /channels/.

interface RESTPostAPIChannelBody {
    display_name: string;
    name: string;
    type: ChannelType;
}

Properties

display_name: string

The display name of the channel.

name: string

The name of the channel.

The type of the channel.