sendBotMessage abstract method

Future<SendBotMessageResp> sendBotMessage(
  1. ServerContext ctx,
  2. SendBotMessageReq request
)

Implementation

$async.Future<$1.SendBotMessageResp> sendBotMessage(
    $pb.ServerContext ctx, $1.SendBotMessageReq request);