A abstract class that represents a message.
You will usually want to check if it's a instance of ChannelMessage or PrivateMessage.
ChannelMessage
PrivateMessage
The user account related to this message.
The user that send the message.
The id of the message.
The message.
Unix timestamp in seconds.
Wether this message is sent by the account user.
Generated using TypeDoc
A abstract class that represents a message.
You will usually want to check if it's a instance of
ChannelMessage
orPrivateMessage
.