Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            var Bot = new TelegramBot();

            Bot.StartBot();
            Console.ReadKey();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
            var Bot = new TelegramBot();

            Bot.StartBot();
            Console.ReadKey();
        }