Пример #1
0
        static void Main(string[] args)
        {
            PosmBot bot = new PosmBot();

            bot.testApiAsync();
            BotManager manager = new BotManager(bot);

            Console.ReadLine();
        }