Telethon/telethon/tl/custom
Lonami Exo bc03c29216 Fix logical bugs when getting input peers in custom.Message
Such as incorrectly handling InputPeerSelf/InputPeerChat and
using self._input_sender when self._input_chat was expected.
2018-07-22 11:33:29 +02:00
..
__init__.py Create events.InlineQuery 2018-07-15 11:31:24 +02:00
button.py Actually add callbacks registered through Button 2018-07-10 19:50:18 +02:00
chatgetter.py Reuse code to get chat and sender 2018-07-10 17:59:13 +02:00
dialog.py Fix custom.Dialog passing the wrong instance to custom.Draft 2018-06-25 21:24:46 +02:00
draft.py Fix typos and add the URL_INVALID error 2018-07-14 10:43:24 +02:00
forward.py Reuse code to get chat and sender 2018-07-10 17:59:13 +02:00
inline.py Make build_reply_markup public 2018-07-21 13:55:26 +02:00
input_sized_file.py Return a custom class for sized InputFile instead extra attrs 2018-01-18 20:09:59 +01:00
message.py Fix logical bugs when getting input peers in custom.Message 2018-07-22 11:33:29 +02:00
messagebutton.py Fix custom.Message.buttons being None in channels (#870) 2018-06-27 19:25:14 +02:00
sendergetter.py Reuse code to get chat and sender 2018-07-10 17:59:13 +02:00