示例#1
0
        static void Main(string[] args)
        {
            Parser p = new Parser();

            Console.WriteLine(p.Pars());
            Console.ReadLine();
            //var proxy = new HttpToSocks5Proxy("162.243.7.181", 54669);
            //proxy.ResolveHostnamesLocally = true;

            //Bot = new TelegramBotClient("", proxy);
            //Bot.OnMessage += Bot_OnMessage;
            //Bot.SetWebhookAsync("");

            //var me = Bot.GetMeAsync().Result;
            //Console.Title = me.Username;

            //Bot.StartReceiving();
            //Console.ReadLine();
            //Bot.StopReceiving();
        }