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
Question:
Can i download the media with Telethon file_id in Telegram bot?
I also have this problem, it appeared 40 minutes ago (bulk errors RPCError -504)
Читать полностью…https://docs.telethon.dev/en/stable/modules/custom.html#telethon.tl.custom.message.Message.click
Читать полностью…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.
is possible to cancel ResetPasswordRequest via telethon??
Читать полностью…How to leave my group and also how to get my private link?
Читать полностью…when im click button only loading and give me out put this
Читать полностью…how to fix lag button and this output innbot ⚠️ Terjadi error: Query is too old and response timeout expired or query id is invalid
Читать полностью…from telethon.tl.types import PeerChannelЧитать полностью…
linked_chat = channel.linked_chat_id
count = 0
async for message in client.iter_messages(linked_chat, offset_date=today):
if message.reply_to and isinstance(message.reply_to.reply_to_peer, PeerChannel):
count += 1
print(f"Number of comments under posts: {count}")
comment is only on channel posts if it get posted directly from group it won't be a comment but normal message
Читать полностью…How can I find out whether a comment was made under a post in a channel or directly in the chat linked to the channel?
Читать полностью…hello im create bot giveaway telegram and when user click button join participant why got eror like these “query too old or id expired”
Читать полностью…seems like telegram or my proxies issue. Tried to authorize that sessions manually - works as expected
Читать полностью…Hello, how can I click on the new type of floors now, for example /channel/CHAMPIONSCUP2025/31
Читать полностью…event.get_chat() returns id without -100 but event.chat_id do
Читать полностью…after a certain time, messages aren't be able to be edit probably 48/72 hours
Читать полностью…Why isn't chat.id for channels In the negative '-100~'?
Читать полностью…async for message in client.iter_messages(int(channel.broadcast_id), offset_date=today):
...
shema for what? tdesktop itlsef is not updated to 209 yet
Читать полностью…Layer 209 already exists, I thought maybe someone had a shema
Читать полностью…when tdesktop got updated to 209 telethon will be too
Читать полностью…