Interface RawCategoryChannel

interface RawCategoryChannel {
    guild_id: string;
    id: string;
    name: string;
    parent_id: null | string;
    permission_overwrites: RawOverwrite[];
    position: number;
    type: GUILD_CATEGORY;
}

Hierarchy

Properties

guild_id: string
id: string
name: string
parent_id: null | string
permission_overwrites: RawOverwrite[]
position: number