Messages
Sending messages in Threads.
Info
Message data
, publicMeta
and privateMeta
fields support any kind of data formats encoded to byte arrays. Examples in this section use JSON format serialization which is available directly in Swift.
Messages inside Threads
Messages inside Threads are sent in binary format. Before sending a message, you need to decide on the message format and choose the appropriate data serialization method.
For more information about the Threads architecture and best practices for sending messages, visit the Threads Documentation.