Interface NewMemberResourceChannel

interface NewMemberResourceChannel {
    channelID: string;
    description: string;
    emoji?: PartialEmoji;
    icon?: string;
    title: string;
}

Properties

channelID: string

The ID of the resource channel.

description: string

The resource description.

emoji?: PartialEmoji

The emoji for the resource channel, if present.

icon?: string

The resource icon, if present.

title: string

The resource title.