reply to a message with an image?
the same way you reply to text messages
I want to send a photo using "reply"
reply(file=photo)
Thank you!
Sir I am still unable to share contact using Telethon
me = client.get_me() client.send_file(chat_id, telethon.types.InputMediaContact( phone_number=me.phone, first_name=me.first_name, last_name=me.last_name, vcard='' ) )
Обсуждают сегодня