wlstp8473

chatbot_tele.py

import telegram
api_key = "1721885449:AAHDGMbjSJfhXxML6nfSCpfiU7SghpL_vOE"
bot = telegram.Bot(token=api_key)
chat_id = bot.get_updates()[-1].message.chat_id
print(chat_id)
......