ChatSession
A connection to a chat room
-
-
-
The array of all chat room messages that have been loaded
The messages are in descending order of TimeToken.
messages.firstis the oldest message (if it exists)messages.lastis the most recent message. (if it exists)When more messages are loaded from history, they are inserted into the array at index 0. Array access by index is not advised.
-
Are chat avatars displayed next to chat messages
-
Is URL Highlighting enabled
-
Regex for customized validation
-
Set an avatar image to display next to a chat message
-
Whether content filtered messages are included in
messagesvariable -
-
-
-
-
Sends a user message.
-
Sends a custom message.
-
Loads older chat messages from history. The loaded messages are inserted into
messagesat index 0. -
Allows moderators/chatroom creators to pin/focus on a particular message
-
Allows moderators/chatroom creators to unpin a previously pinned message
-
Returns a list of messages that have been pinned
-
Allows the user message to quote a message.
ChatSession Protocol Reference