Hi, How to know user joined channel with public link or private link?
Hello, How Can I Get my contacts list?
Hello, What is this: Future exception was never retrieved future: <Future finished exception=OperationalError('attempt to write a readonly database')> Traceback (most recent ...
How get all my channel UserNames ? (we buy some UserName from fragment )
is that possible to run a telethon code on authorized session with another python file ? It's not for scam or spam or . . .
Hello , How can I know my bot is admin in a channel with telethon ? ( I Did use it with telegram APIs bot is there any way to do that with telethon ? )
How to set language in telethon ? when I started a bot I need to customize language
How Can I check a user added ? 👇🏽👇🏽👇🏽👇🏽 ? @client.on(events.ChatAction) async def handler(event): if event.added_by: ...
what is fwd_limit in AddChatUserRequest, and if I want to add someone to a group does that matter that channel is supergroup or not ? I found two functions: AddChatUserRequ...
How to get total time of floodwait error ? like get 1253 in ( A wait of 1253 seconds is required )
In user class that have a thing "fake" WTF is that? if that mean that user is fake why telegram doesn't delete that account?
How to get all Fragment usernames of a channel (Account is admin on channel and I want to detect inactive links) ?
Is there a way to send scheduled messages to users or bots? my priority is with bots.
hello . how can I get member joins in my channel updates ?
Hi , How Can I All of my contacts to a group ? contacts = await client(functions.contacts.GetContactsRequest(hash=0)) ... await account(functions.channels.JoinChannelReques...
Hello , I bought 5 sessions and in It database was a column named "session_string" . I opened https://docs.telethon.dev/en/stable/concepts/sessions.html#:~:text=Telethon%20c...
but says ValueError: Could not find the input entity for PeerUser(user_id=1945536259) (PeerUser). Please read https://docs.telethon.dev/en/stable/concepts/entities.html to fin...
I had run a session before in my cpanel terminal and now I want to use that but I'm not able to session number . when I wanna use it says database is locked what should I do ?
Can I transfer a channel ownership ?
Hello, How can I know a session is still valid and works ?