interface APINameableChannel {
    name?: null | string;
}

Hierarchy (View Summary)

Properties

Properties

name?: null | string

The name of the channel (1-100 characters)