Interface
APIChannelPartial
Minimal channel (id and type required).
Properties
| Name | Type | Description |
|---|---|---|
| icon? | string | null | Channel icon hash (group DMs / some partials). |
| id | Snowflake | 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). |
| type | ChannelType | Channel type (see ChannelType). |