示例#1
0
 public Task ReplyAsync(TenantMessage tenantMessage, string text, CancellationToken cancellationToken)
 {
     return SendAsync(tenantMessage.CreateReply(text), cancellationToken);
 }