APIPartialChannel
Not documented, but partial only includes id, name, and type
Signature
export interface APIPartialChannelProperties
id: Snowflake;The id of the channel
type: ChannelType;The type of the channel See https://discord.com/developers/docs/resources/channel#channel-object-channel-types
name?: string | null;The name of the channel (1-100 characters)