Constructor
new chat(user, flair, highLevel, msg, type, links)
Instantiates a chat message object
Parameters:
| Name | Type | Description |
|---|---|---|
user |
connectedUser | User who sent the message |
flair |
String | Flair ID String for the flair used to send the message |
highLevel |
Number | Number representing current high level |
msg |
String | Contents of the message, with links replaced with numbered file-seperator markers |
type |
String | Message Type Identifier, used for client-side processing. |
links |
Array | Array of URLs/Links included in the message. |
- Source:
Members
flair
Flair ID String for the flair used to send the message
- Source:
highLevel
Number representing current high level
- Source:
links
Array of URLs/Links included in the message.
- Source:
msg
COntents of the message, with links replaced with numbered file-seperator marks
- Source:
type
Message Type Identifier, used for client-side processing.
- Source:
user
User who sent the message
- Source: