MTPyroger/pyrogram/client
Dan 426cdbbcb8 Don't make use of Update objects when dispatching updates
The Update type is used nowhere, adds costly abstraction and makes the
code uglier. If I ever need it again (unlikely) I can just revert this.
2018-10-17 20:59:33 +02:00
..
dispatcher Don't make use of Update objects when dispatching updates 2018-10-17 20:59:33 +02:00
ext Merge branch 'plugins' into develop 2018-10-16 12:12:21 +02:00
filters Add better examples to Filters.command 2018-10-16 11:53:05 +02:00
handlers Expose UserStatusHandler and on_user_status 2018-10-15 10:17:00 +02:00
methods Update max caption length 2018-10-16 15:24:54 +02:00
style
types Update max caption length 2018-10-16 15:24:54 +02:00
__init__.py Expose UserStatusHandler and on_user_status 2018-10-15 10:17:00 +02:00
client.py