Message
A message object that can be broadcasted to users. You can create new messages here.Structure
| Parameter | Description | Remarks |
| Id | A unique identifier of the message | An integer |
| Content | The content of the message | A string of max 500 characters. |
| Channel | The channel this message belongs to | A string of max 200 characters. |
| Created | Creation date of the message | A unix timestamp. |
Result
{"id":13,"content":"v401 is now available for download","created":1537815312,"channel":"stable"}
Made in Sweden