Official Telethon's chat! Rules: • Speak English • Stay on topic (questions about Telethon) • Be respectful • Don't ask to ask • Spam-related uses lead to ban • Read https://docs.telethon.dev before asking things here Read more about us @TelethonUpdates
Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
In the latest version, Telegram desktop has fixed this problem.😂
Читать полностью…I have a private channel . How do i know if any of my members are forwarding msgs from my private channel??
Читать полностью…Or rather add an handler to get an edited message event
Читать полностью…builder = event.builder
result = builder.photo(
file=photo,
text="🖼️ This is the caption of the image.",
title="Example Photo",
description="Click to send the image",
)
await event.answer([result])
/channel/TelethonChat/456286
Also see documentation for start and connect
You can get it, but I'm not sure whether it was GetBroadcastStatsRequest or GetMessagesStatsRequest, it's in one of them and it shows the last 4 posts forwards.
Or you can print the entities of any message you want, there's also an attribute for forwards (members can see it too) but admins can see it in more details.
(you can't see who forwarded them, and if they forward it in a private chat you can't see where they have forwarded it unless the chat is public)
What if someone extract msgs from the private channel. Is there any way i could know?
Читать полностью…That is not related to Telethon. Please move to a different group with the correct topic to continue that conversation
Читать полностью…https://docs.telethon.dev/en/stable/modules/events.html#telethon.events.messageedited.MessageEdited
Читать полностью…Hey
Do you know InlineQuery?
how can I use builder.photo() ?
can you write simple example
1. use path
2. have caption
3. have thumbnail (if possible)
I'm asking because I couldn't find the answer and I don't understand what to use
Читать полностью…