Commit Graph
26 Commits
Author SHA1 Message Date
Allen Calderwood 2082a0e4de Fix typo in documentation example (#4277) 2023-12-18 17:32:17 +01:00
SsNiPeR1 acec8a776f Fix documentation typo (#4086) 2023-04-11 17:43:44 +02:00
Lonami Exo 1f79f063a2 Expand documentation on using the raw API 2023-03-11 12:45:06 +01:00
Lonami Exo 83bafa25e3 Stop using asyncio.get_event_loop()
It is deprecated in newer Python versions.
Closes #4013.
2023-01-11 21:02:29 +01:00
Lonami Exo 073b87ba1f Fix some typos and add note about BotFather in migration guide 2022-10-26 14:13:30 +02:00
Lonami Exo e6ebe6b334 Replace mentions of master branch with v1 2022-09-20 17:08:53 +02:00
Joshua Coales e2d97b44c5 Update docs to have fewer grammatical mistakes (#3121) 2021-08-03 18:33:17 +02:00
Lonami Exo 5b91adf62d Update documentation
Closes #1733.
2021-03-31 10:54:18 +02:00
Lonami Exo b475a2ecc6 Add a new docs page for Chats vs Channels 2021-02-23 20:58:36 +01:00
Lonami Exo 4b6c69ac1e Update docs and list of errors
Includes the changes of #1654.
2020-12-19 20:33:20 +01:00
Qwerty-Space d56b27e570 Fix several minor typos (#1603) 2020-10-18 21:11:59 +02:00
daaawx 8cbaacabdb Add missing word in docs (#1538) 2020-09-10 14:51:31 +02:00
Lonami Exo bc799fd82c Remove usage of the main group username in the docs 2020-08-23 11:45:45 +02:00
Lonami Exo 1c3e7dda01 Avoid explicitly passing the loop to asyncio
This behaviour is deprecated and will be removed in future versions
of Python. Technically, it could be considered a bug (invalid usage
causing different behaviour from the expected one), and in practice
it should not break much code (because .get_event_loop() would likely
be the same event loop anyway).
2020-07-25 18:39:35 +02:00
Lonami Exo 15f30ed942 Update documentation with some fixes and MongoDB sessions
Closes #1403 and #1406.
2020-04-01 19:56:17 +02:00
Lonami Exo 7ffb87170b Update some URLs
Some were out of date, some were examples pointing to a personal
link, which were replaced with generic examples.
2020-02-20 11:50:15 +01:00
Lonami Exo 8bd60f7cde Update out-of-date docs 2020-02-11 16:44:25 +01:00
Lonami Exo 5d7e9f3879 Improve doc page on RPC errors (#1350) 2019-12-27 11:27:00 +01:00
painor 38b929b973 Fix several typos (#1328) 2019-11-10 11:29:43 +01:00
Lonami Exo e1905d0d7a Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
Lonami Exo 8e36bb4c4d Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
Lonami Exo 7249d01709 Further clarify things in the documentation 2019-06-28 20:50:04 +02:00
Lonami Exo 51de0bd2da Update documentation with intersphinx and better summaries 2019-06-11 11:09:22 +02:00
Lonami Exo 80f19bd1f0 Point to the new domains 2019-05-22 11:29:46 +02:00
Lonami Exo da5c801b4d Add new section for people coming from Bot API 2019-05-19 12:40:52 +02:00
Lonami Exo 0a3d6106f0 Completely overhaul the documentation 2019-05-09 12:50:09 +02:00