Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1011 Bytes

File metadata and controls

20 lines (16 loc) · 1011 Bytes

MessageOut

Properties

Name Type Description Notes
data dict(str, object) Message Payload. [optional]
cid str Confirmation ID. [optional]
ddid str Destination Device ID. [optional]
sdid str Source Device ID. [optional]
ts int Timestamp (past, present or future). Defaults to current time if not provided. [optional]
type str Type. [optional] [default to 'message']
mid str Message ID. [optional]
uid str User ID. [optional]
sdtid str Source Device Type ID. [optional]
cts int Created Timestamp (past, present or future). Defaults to current time if not provided. [optional]
mv int Manifest Version. [optional]

[Back to Model list] [Back to API list] [Back to README]