[ CCode ( has_construct_function = false ) ]
public Message (string text, uint channel, uint message_code, uint update, int64 timestamp, SeverityLevel severity, string severity_subject, string operator_code)
If timestamp is `0`, set the current time instead.
| text |
The message body |
| channel |
The channel |
| message_code |
Differientates messages within a channel |
| update |
Update number of the message |
| timestamp |
The timestamp of receival |
| severity |
The severity of the message |
|
A newly allocated message. |