Get Chat Messages
Gets a list of recent chat messages.
Response Body
| Name | Type | Description |
|---|---|---|
TimeStamp |
Integer |
Unix timestamp of when the message was sent (number of seconds since the Unix Epoch). |
ServerTimeStamp |
float |
Server-side timestamp of when the message was sent (time elapsed since server start). |
Sender |
String |
The name or identifier of the message’s sender (e.g., player name or system name). NONAME if Type is System or Ada. |
Type |
String |
The type of the message, which can be one of the following: |
Message |
String |
The content of the chat message. |
Color |
Object |
Color of the chat message. |
R |
Float |
Red channel intensity (0-1). |
G |
Float |
Green channel intensity (0-1). |
B |
Float |
Blue channel intensity (0-1). |
A |
Float |
Alpha channel intensity (0-1). |