Interface

APIChannelPartial

Minimal channel (id and type required).

Properties

NameTypeDescription
icon?string | nullChannel icon hash (group DMs / some partials).
idSnowflakeChannel 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).
typeChannelTypeChannel type (see ChannelType).