python-telegram-bot/telegram/payment
Eldinnie 0bed087542 remove unnecessary to_dict() (#834)
We have some objects that have exactly the same to_dict() method, only specifying that `from_user` should be `from` in the `data`-dict. I refractored this logic to `TelegramObject` and removed those to_dicts() from the code.
2018-02-19 10:31:38 +02:00
..
__init__.py Move a lot of files 2017-06-18 12:35:00 +02:00
invoice.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
labeledprice.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
orderinfo.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
precheckoutquery.py remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
shippingaddress.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
shippingoption.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
shippingquery.py remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
successfulpayment.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00