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
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.
there is many ways to do it but i love this way :3
Читать полностью…Why
Entrance: print(0.2+0.1)
uotbot: 0.30000000000000004
Attempt 1 at new auth_key failed: Step 3 invalid new nonce hash
Читать полностью…How can i force disconnect a session for preventing the AuthKeyDuplicated error?
Читать полностью…so you basically try to guess the code that telegram sent for register (but no i don't think it will be sent if number is not registered in telegram)
Читать полностью…It doesn't support sockets for free, which telethon needs
Читать полностью…we can't host there because of connection error right?
Читать полностью…try pythonanywhere but you must know that free servers is so bad
Читать полностью…I have
scr_msg = await bot(GetMessageRequest([id])
scr_mmsg = scr_msg.message[0].media
how do I find if the media is a sticker or not
That issue is no longer related with Telethon, and this group is not meant to be a group for learning Python. Some good resources to learn Python:
• Official Docs.
• Dive Into Python 3.
• Learn Python.
• Project Python.
• Computer Science Circles.
• MIT OpenCourse.
• Hitchhiker’s Guide to Python.
• The @PythonRes Telegram Channel.
• Corey Schafer videos for beginners and in general.
you can't register new accounts with third party clients
Читать полностью…have you tried reading /channel/TelethonChat/655247
Читать полностью…i haven't tried before to host telethon projects there only telebot projects
Читать полностью…Is there a free server to host a Telethon project?
Читать полностью…reaction = types.ReactionCustomEmoji(document_id=5850318530343344059)
await event.client(functions.messages.SendReactionRequest( peer=chat_id,
msg_id=event.id,
reaction=[reaction]))