hey, can I get the clients connected to a sessions file?
just for knowledge sake, when I press ctrl+c it logs this: 2023-10-31 14:03:40,812 - telethon.network.mtprotosender - INFO - Disconnecting from 149.154.167.91:443/TcpFull... 2...
how to return the last message posted in a channel?
so we have to catch the error first and repeat the whole thing with the password given?
can we end another session with our client?
hey, how to fix this error? FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':battery_plus:compileDebugJavaWithJavac'. > error: invalid ...
is there something special about edited message?
hey, I want to only return the last message posted in a channel what do I pass to get_messages()?
hey, do I need a userbot to give the bot access to telegram accounts so it can make them join channel/group, leave channel/group, forward messages, etc... ?
I have two handlers, one for albums n one for single photos, when an album arrives both of them trigger, what's the deal here?
Another beginner issue sorry, why the error?!!
if I get it first by username does it get cached? and if not can I cache it manually?
won't the event has the id of the forwarded from chat?
hi, I was wondering, does anyone know how those bots that can make bots with a fixed functionality work?
if I wanna check if I'm admin in some channel I can do this right? permissions = await client.get_permissions(chat, 'me') if permissions.is_admin: pass
So the reason is just nothing, there's nothing to do?
can I pass the entity id to entity?
hey, if I wanna send /start to a bot with my client, how do I know if I've already started it in the past?
Hey there, I'm a beginner n wondering what kind of URL shod we put?
and in the case of MessageEdited can we get the user who edited it?