interface APIPartialChannel

external
export interface APIPartialChannel extends APIBasePartialChannel, APINameableChannel

Not documented, but partial only includes id, name, and type

external
id : Snowflake

The id of the channel

Inherited from: APIBasePartialChannel

optionalexternal
name? : string | null

The name of the channel (1-100 characters)

Inherited from: APINameableChannel