sendBotMessage method
Implementation
$async.Future<SendBotMessageResp> sendBotMessage(
$pb.ClientContext? ctx, SendBotMessageReq request) =>
_client.invoke<SendBotMessageResp>(
ctx, 'bot', 'SendBotMessage', request, SendBotMessageResp());