示例#1
0
        public static void Main(string[] args)
        {
            var token = File.ReadAllText(Directory.GetCurrentDirectory() + "token.txt");

            TelegramBot bot = new TelegramBot(token);

            bot.Start();
            bot.Join();
        }
示例#2
0
 public ClientManager(TelegramBot owner)
 {
     _owner = owner;
 }