send State Event
abstract suspend fun sendStateEvent( eventType: String, stateKey: String, body: JsonDict): String
Content copied to clipboard
Send a state event to the room.
Return
the id of the created state event
Parameters
event Type
The type of event to send.
state Key
The state_key for the state to send. Can be an empty string.
body
The content object of the event; the fields in this object will vary depending on the type of event