import telepot bot = telepot.Bot('botfather given token') response = bot.getUpdates() print(response) print(bot.getMe())