Parameters: |
- id – Message ID in the form of a hexadecimal UUID. If not
given, one will be automatically generated.
- ttl – Message TTL in seconds
- created – Message creation time as a UNIX timestamp
- client_uuid – UUID of the client that posted the message
- claim_id – If claimed, the UUID of the claim. Set to None
for messages that have never been claimed.
- claim_expires – Claim expiration as a UNIX timestamp
- body – Message payload. Must be serializable to mspack.
|