Exemplo n.º 1
0
 public void StopTelegramBot()
 {
     if (TelBotClient.IsReceiving)
     {
         TelBotClient.StopReceiving();
     }
 }