Interface EditAnyGuildChannelOptions

interface EditAnyGuildChannelOptions {
    name?: string;
    permissionOverwrites?: null | OverwriteOptions[];
    position?: null | number;
}

Hierarchy (view full)

Properties

name?: string

The name of the channel.

permissionOverwrites?: null | OverwriteOptions[]

Channel or category specific permissions.

position?: null | number

The position of the channel in the channel list.