Interface PATCHChannelBody

interface PATCHChannelBody {
    isPublic?: boolean;
    name?: string;
    topic?: string;
    visibility?: null | string;
}

Properties

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)

topic?: string

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

visibility?: null | string

Channel visibility