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
Don't mislead people. Don't answer, if you don't know
Читать полностью…Hello, help me solve the issue of telegram api and Telethon, I use them for a userbot, and I need to delete the chat using the code using the module await message.client(DeleteChatUserRequest(int(message.sender_id)))
But it gives an error
await utils.answer(
message,
self.strings("status_now").format(
self.strings("enabled") if self.config["status"] else self.strings("disabled")
),
)
except Exception as e:
await message.edit(f"Error :(")
await message.client.send_message("@neurolimites", f"{e}")
DeleteChatUserRequest.init() missing 1 required positional argument: 'user_id'
Has anyone gotten an error when trying to get api_id
and api_hash
from telegram that says
Sorry, too many tries. Please try again later.
what kind of error is this
Attempt 1 at new auth_key failed: Step 3 invalid new nonce hash
after 2..3 attempts it works
Hey Ira, don't do that again (non-English) or I will ban you. You have been warned.
Читать полностью…client = TelegramClient(name, api_id, api_hash)
with client: client.loop.run_until_complete(main())
And what if i wanna use it with "with" there's any solution?
Читать полностью…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 it possible to remove an entity from the session to check if it's added correctly?
Читать полностью…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 do not know what you are asking. please stop tagging me for help.
Читать полностью…how to make my bot commands menu appear only for me?
Читать полностью…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.
Hi, I'm trying to add many contacts to my telegram via Telethon, but receive retry_contacts most of the time.
From 36 accounts, only 1 were added OK.
Hey Johanna Helga, don't do that again (offtopic) or I will ban you. You have been warned.
Читать полностью…because stackoverflow's feed had it when sorting by most recent and it hadn't been seen by the bot before
Читать полностью…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.
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.
New StackOverflow question
How to get telegram user's language or country telethon
https://stackoverflow.com/q/77347025
use a better csv writer. python has one builtin. this question isn't really related to telethon
Читать полностью…Hey,
Guys i am using Newmessage event but I get repetetive messages from my channels however I added my list of channels once in my script
Please tell me if telethon has an analogue of routers like in aiogram?
or how best to organize the processing of many handlers in a project?
Thanks in advance for your answers
what is best practice to have a message with auto deletion?
Читать полностью…Hello!
Is it possible to check if entity exists in the session file?
I want to get username of a user when I forward a message from that user
but event.message doesn't contain that
is there another way?