send To Device Unsafe
open suspend override fun <C : ToDeviceEventContent> sendToDeviceUnsafe(events: Map<UserId, Map<String, C>>, transactionId: String, asUserId: UserId?): Result<Unit>
open suspend override fun sendToDeviceUnsafe(type: String, events: Map<UserId, Map<String, ToDeviceEventContent>>, transactionId: String, asUserId: UserId?): Result<Unit>
See also
Send To Device