コード例 #1
0
 public static void CancelBot(Connection connection, int botId)
 {
     BotsService.Cancel(connection, botId);
 }