Commit Graph
76 Commits
Author SHA1 Message Date
Lonami Exo bda7eb0ef1 Update to v0.19 2018-05-07 21:30:12 +02:00
Lonami Exo f442e01560 Documentation enhancements 2018-05-06 13:03:30 +02:00
Lonami Exo 5d9cf513bd Update usage of deprecated methods in the docs 2018-04-25 09:55:34 +02:00
Lonami Exo f9b9fa6e70 Update to v0.18.3 2018-04-15 15:41:11 +02:00
Lonami Exo 34f4730337 Add new examples to the docs and update project structure 2018-04-15 14:04:58 +02:00
Lonami Exo 3ed81481f8 Enhance setup.py gen command 2018-04-15 13:19:25 +02:00
Lonami Exo 4da7df6349 Several documentation fixes and additions 2018-04-14 12:03:08 +02:00
Jeff 259bb6ace1 Several documentation fixes/additions (#750) 2018-04-08 14:15:26 +02:00
Lonami Exo baa6976a0b Fix broken links, add more examples and a new section 2018-04-06 19:00:21 +02:00
Lonami Exo 0980d828d8 Modify events documentation to list the new files 2018-04-05 20:19:33 +02:00
Lonami Exo 395e702586 Make py:obj default Sphinx's role 2018-03-28 16:03:47 +02:00
Kyle2142 de67531f97 Add examples for edit_2fa() (#729) 2018-03-27 19:47:10 +02:00
Lonami Exo 755aa363ee Update some out of date examples in the documentation 2018-03-27 18:22:01 +02:00
Lonami Exo 1fdf976c04 Update to v0.18.2 2018-03-27 18:02:55 +02:00
Lonami Exo 04695d3657 Update docs regarding 2FA and getting entities by ID 2018-03-27 17:52:39 +02:00
Jeff 08d71f69ee Fix author mismatch in the documentation (#726) 2018-03-27 10:03:45 +02:00
Lonami Exo 13e59983af Slightly change docs for events (#668) 2018-03-24 12:42:19 +01:00
Lonami Exo 43c6896481 Add a custom role for TL references and make use of it 2018-03-23 21:42:17 +01:00
Lonami Exo c6d821910e Mention that codes can expire immediately 2018-03-22 19:20:35 +01:00
Lonami Exo dce0fd9e03 Add missing documentation for telethon.tl.custom and crosslinks 2018-03-22 19:02:08 +01:00
Lonami Exo 89ae0cb164 Make readthedocs build run without warnings 2018-03-21 08:55:13 +01:00
Lonami Exo 7825994393 Update to v0.18.1 2018-03-17 17:38:46 +01:00
Lonami Exo 6f820cce97 Mention add_event_handler in the docs and fix small nit 2018-03-17 17:08:11 +01:00
Tulir Asokan 50256e23e9 Add addon-style session dev instructions (#698) 2018-03-17 16:35:41 +01:00
Lonami Exo 1e3120b0b6 Bring back report_errors to the constructor 2018-03-15 10:22:21 +01:00
Lonami Exo 423f0f366c Update test servers documentation (#700) 2018-03-15 09:29:54 +01:00
Lonami Exo d5bc3c1a6c Fix misleading documentation regarding report_errors 2018-03-14 21:05:50 +01:00
Lonami Exo 81944262fb Clear-up documentation by separating reference from examples 2018-03-14 19:38:36 +01:00
Lonami Exo fe627d1970 Update to v0.18 2018-03-04 12:03:09 +01:00
Lonami Exo 393f505dc8 Put more emphasis on common mistakes when getting entities by IDs 2018-03-03 23:51:35 +01:00
Lonami Exo 854c42b7ef Add a file= parameter to client.send_message() 2018-03-03 23:12:05 +01:00
Lonami Exo 1e420f7f91 Document the new abstract session better 2018-03-03 12:13:42 +01:00
Lonami 30f7a49263 Abstract Session class (merge #657 from tulir/sessions) 2018-03-03 11:33:47 +01:00
Tulir Asokan 9bf5cb7ed8 Add new sessions docs 2018-03-03 12:28:18 +02:00
Lonami Exo 2e31a686e8 Upgrade to layer 75
Captions are now "messages" and also support message entities.
2018-03-02 21:28:33 +01:00
Joscha Götzer 835ff51e25 Multiple small changes/fixed typos to docs/error messages (#623) 2018-03-01 13:21:28 +01:00
Joscha Götzer 0b662f3b04 Support stopping propagation of events (#622) 2018-02-27 11:30:42 +01:00
Lonami Exo e5aecca79c Update to v0.17.4 2018-02-24 18:08:14 +01:00
Lonami Exo b136074340 Update to v0.17.3 2018-02-19 15:29:02 +01:00
Lonami Exo 7c647b57e3 Mention cryptg as an optional dependency 2018-02-17 12:14:23 +01:00
Lonami Exo 8194288797 Update to v0.17.2 2018-02-15 22:43:07 +01:00
Lonami Exo e9dd93f09c Further clarify the documentation (flood wait, lists and inputs) 2018-02-15 09:29:26 +01:00
Lonami Exo 6261affaa1 Update to v0.17.1 2018-02-09 17:16:28 +01:00
Lonami f91b76b063 Merge pull request #595 from LonamiWebs/events
Friendlier update handling through Events
2018-02-09 16:42:17 +01:00
Lonami Exo 10ebc442c9 Add a friendlier introduction to events 2018-02-09 16:41:23 +01:00
Lonami Exo 14389a0ef2 Better document the events module 2018-02-09 15:56:42 +01:00
Kyle2142 e15dd05975 Corrected info in Admin Permissions example (#589) 2018-02-09 09:07:25 +01:00
tsujp 4362c02e92 Add further Heroku instructions to session documentation (#588) 2018-02-06 12:13:38 +01:00
tsujp f200369a93 Add Heroku instructions to sessions documentation (#586) 2018-02-06 11:21:09 +01:00
Lonami Exo 06bc761a5b Update to v0.17 2018-02-03 16:03:17 +01:00