Interface EditChannelOptions

interface EditChannelOptions {
    description?: string;
    isPublic?: boolean;
    name?: string;
}

Properties

description?: string

The description of the channel. Not applicable to threads (min length 1; max length 512)

isPublic?: boolean

Whether the channel can be accessed from users who are not member of the server. Not applicable to threads

name?: string

The name of the channel or thread (min length 1; max length 100)