Interface
APIChannelPartial
Minimal channel (id and type required).
Properties
icon
?: string | nullChannel icon hash (group DMs / some partials).
id
: SnowflakeChannel ID.
name
?: string | nullChannel name.
parent_id
?: Snowflake | nullParent category ID (some partials).
recipients
?: Array<APIUser | { username: string }>DM recipients (username only on some partial payloads).
type
: ChannelTypeChannel type (see ChannelType).