Inserts or (in case another one with the exact same title) updates a piece of news. Requires data.title, data.image (leave it as empty string if you don't want to use one) and data.description. Requires administration privileges.
Queries the provided data.key from the private key/value storage (anyone can read from it) and returns its value.
In
{"type":210,"data":{"key":"key"}}
Out
211 - Private key/value storage upsert
Makes an upsert (insert or update) into the private key/value storage (anyone can read from it, but only an administrator can upsert). Requires administration privileges.
In
Out
220 - Live Events
Sends a Live Event with the message data.data to all clients connected to the channel data.channel. Send it to data.channel "-1" to make a broadcast to all existing channels. Requires administration privileges.
In
Out
and then, every user on channel 0 (the sender included if applies) will receive