コード例 #1
0
 private async Task SendAsync(Message reply)
 {
     await _connection.SendAsync(reply.All);
 }