.cache

Type: Collection

.client

Type: Client

.shouldCacheMessage

.addReaction(channelId:

string

,

contentId:

string

,

emoteId:

number

)

Type: Promise<void>

Add a reaction emote

.awaitMessages(channelId:

string

,

options:CollectorOptions)

Type: Promise<CollectorReturnValue>

.delete(channelId:

string

,

messageId:

string

)

Type: Promise<void>

Delete a channel message.

.deleteReaction(channelId:

string

,

contentId:

string

,

emoteId:

number

)

Type: Promise<void>

Delete a reaction emote

.fetch(channelId:

string

,

messageId:

string

,

force:

boolean

)

Type: Promise<Message>

Get details for a specific chat message from a chat channel.

.fetchMany(channelId:

string

,

options:RESTGetChannelMessagesQuery)

Type: Promise<Collection>

Get a list of the latest 50 messages from a channel.

.send(channelId:

string

,

content:MessageContent)

Type: Promise<Message>

Send a message in a channel

.update(channelId:

string

,

messageId:

string

,

content:

unknown

)

Type: Promise<Message>

Update a channel message.