Telethon icon indicating copy to clipboard operation
Telethon copied to clipboard

Pure Python 3 MTProto API Telegram client library, for bots too!

Results 156 Telethon issues
Sort by recently updated
recently updated
newest added

> https://docs.telethon.dev/en/latest/concepts/entities.html **This link isn't not working,** _the page does not exist .._ **Traceback** ``` Traceback (most recent call last): File "/app/plugins/bot/manager.py", line 169, in MessageSend await Manager.send_message( File "/app/.heroku/python/lib/python3.9/site-packages/telethon/client/messages.py",...

Early of this moment Telegram added a premium and in yours library User class doesn't have is_premium parameter

enhancement

send_reaction should allow to pass None to remove reactions to a message. Added an `use_default` argument that can be used with reaction=None to use one of the default reactions

Sending a group of pictures can use a list, so how to send a group of videos? We also need to deal with video thumbnails and other issues

bug

I make a bot with bunch of order..., few weeks ago success, but yesterday my script not work anymore... error in connect and disconnect status. previously I do this: ```...

Hello Can I use the get_message() function to global search ?

enhancement

```python for conv in client.iter_messages(channel.id): if conv.reply_to: original_message = conv.get_reply_message() # get parent message this message reply to try: # iterate all the replies for the parent message for reply...

It is no longer possible to join a private channel via their invite links/hashes. I will provide a proof of concept of the failure and the corresponding error log below....

These changes fix bugs in serialize_datetime and basic chat features in get_permissions and edit_permissions.

If someone forwards a message from the private channel to the public channel\group or in DM, in the Telegram application you will see the name of this channel. But when...

enhancement