>>

Group Channel

A Discord-like group channel, also known as a group DM.

FieldTypeDescription
idNumberThe ID of this group channel.
ownerUserThe owner of this group channel.
nameStringThe name of this group channel.
membersArray of UsersThe list of members inside this group channel.
icon?NumberThe file ID of this group channel’s icon.
topic?StringThe 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"
}