TextMessage

data class TextMessage(val topic: String, val senderId: String, val content: String, val timestamp: Long)

A real-time data message received on a subscribed topic.

Constructors

Link copied to clipboard
constructor(topic: String, senderId: String, content: String, timestamp: Long)

Properties

Link copied to clipboard

UTF-8 message payload.

Link copied to clipboard

Attendee ID of the sender.

Link copied to clipboard

Server-assigned timestamp in milliseconds since epoch.

Link copied to clipboard

Topic the message was published to.