Type alias RawCategoryChannel

RawCategoryChannel: Omit<RawGuildChannel, "type"> & Required<Pick<RawChannel, "permission_overwrites" | "position">> & { type: GUILD_CATEGORY }