Appearance
Channel
Channel object
| Field | Type | Description |
|---|---|---|
| id | long | |
| display_name | string | |
| name | string | channel name in lowercase, special characters - and _ allowed |
| icon | attachment object | |
| type | integer | channel type |
| flags | integer | channel flags |
| member_count | integer | |
| owner | user object | |
| created_at | timestamp | |
| last_message? | message object | not null only in GET /users/@me/channels |
Channel types
| Value | Type | Description |
|---|---|---|
1 | DM | a direct message between users |
2 | GROUP | a direct message between multiple users |
3 | CHANNEL | a channel that users can follow |
Channel flags
| Value | Flag |
|---|---|
1 << 0 (1) | PUBLIC |
1 << 1 (2) | BLOCKED |