-
Notifications
You must be signed in to change notification settings - Fork 0
Message
ikcede edited this page Mar 19, 2024
·
1 revision
Wrapper class for chat messages
• new Message(text
, timestamp
): Message
Name | Type |
---|---|
text |
string |
timestamp |
null | Date
|
• text: string
The text content of the message
• timestamp: null
| Date
When the message was sent
▸ fromRaw(data
): Message
Builds a Message from raw object data in matches.json
Note that these are only messages sent by the user as received messages are not downloaded
Name | Type |
---|---|
data |
any |
A built Message object