Type alias RawGuildChannel

RawGuildChannel: Required<Pick<RawChannel, "id" | "guild_id" | "parent_id">> & { name: string; type: GuildChannelTypes }