.authorId
.createdByBotId
Type: stringor null
.createdByWebhookId
Type: stringor null
.deletedAt
Type: Dateor null
.embeds
.mentions
Type: MentionsPayload
.raw
Type: ChatMessagePayload
.replyMessageIds
.serverId
Type: stringor null
.updatedAt
Type: Dateor null
.addReaction(emoteId:number
)
Type: Promise<void>
Add a reaction emote.
Type: Promise<void>
Delete this message.
.deleteReaction(emoteId:number
)
Type: Promise<void>
Delete a reaction emote.
.edit(newContent:unknown
)
Edit message content.
Send a message that replies to this message. It mentions the user who sent this message.
Send a message in the same channel as this message.