Telethon/telethon/events
Lonami Exo 34a8140ff0 Fix MessageRead had blacklist_chat=None and not False
This was causing the checks against chats to fail. In addition
to that, before setting the attribute, it is now casted to bool
to prevent more issues like this in the future (or if users
use non-boolean values).
2019-03-31 12:15:48 +02:00
..
__init__.py Create events.register and siblings for "handler templates" 2018-09-22 12:51:58 +02:00
callbackquery.py Implement _load_entities for all events 2019-03-28 10:47:15 +01:00
chataction.py Use the new in-memory entity cache 2019-03-26 11:39:25 +01:00
common.py Fix MessageRead had blacklist_chat=None and not False 2019-03-31 12:15:48 +02:00
inlinequery.py Implement _load_entities for all events 2019-03-28 10:47:15 +01:00
messagedeleted.py Use classmethod for all Event.build 2018-07-19 01:47:32 +02:00
messageedited.py Use classmethod for all Event.build 2018-07-19 01:47:32 +02:00
messageread.py Fix MessageRead had blacklist_chat=None and not False 2019-03-31 12:15:48 +02:00
newmessage.py Load entities for new via_bot property and forward 2019-03-28 11:07:41 +01:00
raw.py Support custom-callback filter for all events 2018-09-09 15:48:54 +02:00
userupdate.py Implement _load_entities for all events 2019-03-28 10:47:15 +01:00