sendStateEvent

abstract suspend fun sendStateEvent(roomId: RoomId, eventContent: StateEventContent, stateKey: String = "", asUserId: UserId? = null): Result<EventId>

See also

SendStateEvent