Group Channel
A Discord-like group channel, also known as a group DM.
| Field | Type | Description |
|---|---|---|
| id | Number | The ID of this group channel. |
| owner | User | The owner of this group channel. |
| name | String | The name of this group channel. |
| members | Array of Users | The list of members inside this group channel. |
| icon? | Number | The file ID of this group channel’s icon. |
| topic? | String | The topic of this group channel. |
Example
{
"id": 4080402038800,
"owner": 4080402038776,
"name": "abandoned project",
"members": [ ... ],
"topic": "The amazing group chat for our new banger world-changing project"
}