using if else while declaring a variable – Telegram API
I'm writing a script to sent proxies file from a directory to telegram channel. With the help of some good folks I was able to complete it almost from telegram import Bot, InputMediaDocument BOT_TOKEN = "xxx" CHAT_ID = xxx def…