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

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

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