Class: Message

Message

Represents a single chat message

Constructor

new Message()

Properties:
Name Type Description
content String The message content.
user User The user who sent the message.
time Date The time the message was received.
mentioned Boolean Indicates if the bot was mentioned
Source:

Methods

delete() → {Promise}

Deletes this message
Source:
Returns:
Type
Promise