sendMessage method
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,
);
Sends a text message in a given conversation. @param text - The message body that is to be sent.
external dynamic /*Promise<void>*/ sendMessage(
String text,
SendMessageOptions options,
);