pyrofork/pyrogram/client
SuperCz1 d93b9275f3
Bugfixes in chat.py (#411)
- Fixed this bug: https://t.me/pyrogramchat/169553 (which was caused because pyrogram trying to parse linked_chat even if it was None).

- Fixed another related bug (which was caused because pyrogram trying to get linked_chat_id even with basic groups causing an AttributeError).
2020-05-23 14:52:14 +02:00
..
ext Add support for ChosenInlineResult objects 2020-04-03 17:15:28 +02:00
filters Fix Filters.regex failing in case the value is None 2020-05-16 14:40:22 +02:00
handlers Add support for ChosenInlineResult objects 2020-04-03 17:15:28 +02:00
methods Add search_global method 2020-05-23 14:50:14 +02:00
parser Update Copyright 2020-03-21 15:43:32 +01:00
storage Update Copyright 2020-03-21 15:43:32 +01:00
types Bugfixes in chat.py (#411) 2020-05-23 14:52:14 +02:00
__init__.py Update Copyright 2020-03-21 15:43:32 +01:00
client.py Move the automatic sleep mechanism down to Session 2020-05-07 13:38:22 +02:00