apt install clang lib{jpeg-turbo,webp}-dev python{,-dev} zlib-dev Is this command necessary to run?
Does telethon v2 solve the problem of delay in receiving messages? (although the problem comes from telegram https://github.com/LonamiWebs/Telethon/commit/ed70991bf35d92804...
I want to run the bot by logging in with the sessionstring. Is it only possible to get the entity id through client.get_entity and then send it?
Can I filter specific message types in events.NewMessage? such as photos
How to change it to another name? using telethon in active sessions
@bot.on(events.NewMessage(pattern='/start')) Would it be faster to filter text using a pattern than to receive all messages and hand them over to code to filter?
How to get and print the messages of a specific id range in the supergroup message history, is it client.get_messages?
Will path = await event.download_media() work if channels and groups have restricted saving and forwarding enabled?
How to judge whether the account has been deleted?
Does 0 mean the last one in the list?