Sponsored By
















import telegram

teken='[token_value]'

chat_id='[chat_id_value]'

bot=telegram.Bot(token)

 

bot.send_photo(chat_id, open(img, 'rb')



Sponsored By















+ Recent posts