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
Hello I have a question how can I avoid session terminations when I use it via 2 devices 2 ips should i create 2 seperate sessions or using hash
Читать полностью…after reading my message
and reading the group title
and reading my code
the answer is no
if isinstance(entity, types.Channel) and not entity.megagroup:Читать полностью…
print(dialog.title)
why it also scrap Dialogs?
if isinstance(entity, types.Channel):Читать полностью…
print(dialog.title)
it works with telethon telethon==1.38.1
but not works with latest telethon
The cause of this error is most likely using the same session in multiple scripts (or having another older process using the same session file). To fix it you need to use one session file per script (or per client)
Читать полностью…because telegram put more limits on unofficial clients than official clients, as simple as that.
Читать полностью…Just a thought — maybe the official Telegram client is using multiple simultaneous connections.
Читать полностью…the server is sending a floodwait saying wait 2 seconds and telethon is waiting that time, the server will floodwait further requests until the timer of 2 seconds or whatever is up
Читать полностью…According to the tests I have run on my server, this is not the case.
When I download with Telethon, I get the following:
2025-07-01 21:12:24 - telethon.client.users - INFO - Sleeping for 1s (0:00:01) on GetFileRequest flood wait
2025-07-01 21:12:25 - telethon.client.users - INFO - Sleeping for 2s (0:00:02) on GetFileRequest flood wait
Anyone knows how to mix Telethon and FastTelethon to uploads videos with streaming attribute True? I try and try but always uploads like document with thumbnails, instead of video streaming mode
Читать полностью…speed is limited by your internet speed and datacenter not by Telethon
Читать полностью…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.
i want to get only Channels, but if i use isinstance(entity, types.Channel), i also get Groups
Читать полностью…Please help
result = client(functions.messages.UpdateDialogFilterRequest(
id=counter,
filter=types.DialogFilter(
id=counter,
title=title,
pinned_peers=peer_ids,
include_peers=peer_ids,
exclude_peers=[],
)
))
a TLObject was expected but found something elseЧитать полностью…
Hi! I’m trying to initiate 5 telegram clients with the same session file, for better concurrency. I immediately getting error of database is locked. Is anyone was able to get over this?
Читать полностью…😐Bruh, bro it depends, there's nothing you can interfere in about Telegram raising FloodWaitError s, the most you can do is accepting and handling them
Читать полностью…And why when I download with the official Telegram library this doesn't happen? I don't understand.
Читать полностью…If you want to increase up/down speed, you can install cryptg
via pip.
This module aims to provide a better encryption/decryption algorithm for Telegram clients.
If you want to increase speed even further, you can use this snippet
Be cautious while using it, because it can lead to FloodWait
error, as it uses multiple simultaneous connections.
If you want to increase up/down speed, you can install cryptg
via pip.
This module aims to provide a better encryption/decryption algorithm for Telegram clients.
If you want to increase speed even further, you can use this snippet
Be cautious while using it, because it can lead to FloodWait
error, as it uses multiple simultaneous connections.
not picky but getting is not that hard to keep asking or selling it here and it's useless because any account you will create using this method will get banned
Читать полностью…you can't get sms without official Telegram api id and hash but in terms they clearly said "You must obtain your own api_id for your application" means using thier api id and hash is against the terms and using app and violate it's terms is illegal what also will lead us to the same point that trying to make your client look like official one to get sms or etc is illegal
Читать полностью…