wlstp8473

chatbot_tele.py

1 +import telegram
2 +
1 api_key = "1721885449:AAHDGMbjSJfhXxML6nfSCpfiU7SghpL_vOE" 3 api_key = "1721885449:AAHDGMbjSJfhXxML6nfSCpfiU7SghpL_vOE"
2 4
5 +bot = telegram.Bot(token=api_key)
6 +
7 +chat_id = bot.get_updates()[-1].message.chat_id
3 8
9 +print(chat_id)
......