The application that made this group channel. This can be a partial object with just an id
property.
The icon hash of this group, if any.
The last message sent in this channel. This can be a partial object with only an id
property.
If this group channel is managed by an application.
The cached messages in this channel.
The name of this group channel.
Optional
nicksThe nicknames used when creating this group channel.
The owner of this group channel. This can be a partial object with just an id
.
The other recipients in this group channel.
The type of this channel.
A string that will mention this channel.
Add a user to this channel.
The options for adding the user.
Create an invite for this channel.
The options for creating the invite.
Create a message in this channel.
The options for creating the message.
Add a reaction to a message in this channel.
The ID of the message to add a reaction to.
The reaction to add to the message. name:id
for custom emojis, and the unicode codepoint for default emojis.
Remove a reaction from a message in this channel.
The ID of the message to remove a reaction from.
The reaction to remove from the message. name:id
for custom emojis, and the unicode codepoint for default emojis.
Edit this channel.
The options for editing the channel.
Edit a message in this channel.
The ID of the message to edit.
The options for editing the message.
Get a message in this channel.
The ID of the message to get.
Get messages in this channel.
Optional
options: GetChannelMessagesOptionsThe options for getting the messages. All options are mutually exclusive.
Get the pinned messages in this channel.
Get the users who reacted with a specific emoji on a message.
The ID of the message to get reactions from.
The reaction to remove from the message. name:id
for custom emojis, and the unicode codepoint for default emojis.
Optional
options: GetReactionsOptionsThe options for getting the reactions.
Static
fromStatic
getStatic
get
Represents a group direct message.