sendClientMessage

fun sendClientMessage(msgType: String, data: Value = Value.Null): Future<Unit, RTVIError>

Sends a one-way message to the bot without expecting a response.

Use this method to send fire-and-forget messages or notifications to the bot.