Send Message Request
data class SendMessageRequest @JvmOverloads constructor(val content: String, val attributes: Map<String, String>? = null)
Content copied to clipboard
Represents a send message request to be sent to a chat room.
Parameters
content
Message content
attributes
Key-value object for any additional data
Constructors
Link copied to clipboard
fun SendMessageRequest(content: String, attributes: Map<String, String>? = null)
Content copied to clipboard
Constructs the request instance