Top "Telethon" questions

Telethon is a Python 3 Telegram client library.

Telegram get chat messages /posts - python Telethon

I am using Telethon and Python 3.6xx Been able to retreive message from groups, no problem but when it comes …

python telethon
How to get all users in a telegram channel using telethon?

I'm new to telethon and python. I have installed telethon in python3 and I want to get all members of …

python telegram telethon
How to correct " 'coroutine' object has no attribute 'data'" Error when using Telethon for Telegram?

I am trying to code a simple thing in Python to automatically download some media from a Channel on Telegram. …

python python-3.x telegram telethon
Telethon Python asyncio TypeError: 'coroutine' object is not callable

you need to get information about the channel, chat, group. Since each account has a restriction on receiving information, I …

python telethon
What should I do if I want tag all members of a group in telegram python bot?

I have a telegram bot running on python and based on telethon library. I wanna tag all members in a …

python tags telegram telegram-bot telethon
Sending Telegram messages with Telethon: some entity parameters work, others don't?

I'm using Telethon's send_message function to send messages to various chats. Sometimes, the destination is another user (just a …

python entity telegram python-telegram-bot telethon