Interface

APIChannelPartial

Minimal channel (id and type required).

Properties

icon?: string | null

Channel icon hash (group DMs / some partials).

Channel ID.

name?: string | null

Channel name.

parent_id?: Snowflake | null

Parent category ID (some partials).

recipients?: Array<APIUser | { username: string }>

DM recipients (username only on some partial payloads).

Channel type (see ChannelType).