Telethon/telethon
Lonami Exo 448a04a7c5 Stop using InputPeerSelf() on events and special case edit()
Used to fail on the chat with your own (where messages are
"incoming" instead outgoing). Now the ID of the chat and
sender are compared to achieve the same effect. Fixes #632.
2018-02-22 21:01:18 +01:00
..
crypto Dump libssl bindings in favour of the new optional cryptg module 2018-02-16 18:24:44 +01:00
errors Errors: Fix passing 'self' to the constructors of the superclasses 2018-02-14 17:09:22 +10:00
events Stop using InputPeerSelf() on events and special case edit() 2018-02-22 21:01:18 +01:00
extensions Raise ProxyConnectionError instead looping forever (#621) 2018-02-20 17:05:02 +01:00
network Use req_pq_multi instead req_pq when creating an auth_key 2018-02-19 20:31:47 +01:00
tl Override TLObject's __eq__ and __ne__ methods 2018-02-01 12:10:03 +01:00
__init__.py Use NullHandler as default for the library 2017-11-13 10:59:43 +01:00
helpers.py Move utils.calc_msg_key into auth_key (cyclic imports py3.4) 2018-01-08 12:07:14 +01:00
session.py Support getting entities by exact name/title match 2018-02-19 21:05:39 +01:00
telegram_bare_client.py Add add_event_handler and deprecate add_update_handler 2018-02-18 13:29:05 +01:00
telegram_client.py Allow getting the input peer for yourself and cache it 2018-02-22 20:37:56 +01:00
update_state.py Add add_event_handler and deprecate add_update_handler 2018-02-18 13:29:05 +01:00
utils.py Handle more parsing username cases (closes #630) 2018-02-22 10:27:12 +01:00
version.py Update to v0.17.3 2018-02-19 15:29:02 +01:00