send_message(chat, file=.., reply_to=msg.id) send_file(chat, "hotsegs.jpeg", reply_to=msg.id) get_messages(chat, ids=id).reply(file="")/event.reply(..)
How do I send an image through a link? from random import randint url = f'https://t.me/channels/{randint(2, 3)}' l like reply @client.on(events.NewMessage(pattern=r"^img$"))
Обсуждают сегодня