sendMessage method

dynamic sendMessage(
  1. String text,
  2. SendMessageOptions options
)

Sends a text message in a given conversation. @param text - The message body that is to be sent.

Implementation

external dynamic /*Promise<void>*/ sendMessage(
  String text,
  SendMessageOptions options,
);