Commit Graph

85 Commits

Author SHA1 Message Date
Dan
8c8288412f Various improvements 2022-01-07 10:18:51 +01:00
Dan
8515ef1746 Update handling errors example
Use asyncio.sleep instead of time.sleep
2021-05-05 13:58:47 +02:00
Victor Ajibade
61df1957a0
Spelling correction in docs (#524)
A spelling correction was made under the "Using add_handler()" section.
2020-10-31 17:09:34 +01:00
Dan
303712f599 Update docs 2020-08-22 16:09:38 +02:00
Dan
538f1e3972 Deep rewrite: preparing for v1.0
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
Dan
0b93049822 Add content lists on relevant pages 2020-04-01 20:08:46 +02:00
Dan
b6f508711a Many minor documentation enhancements 2019-06-27 23:16:21 +02:00
Dan
9f231bb880 Update errors documentation page 2019-06-27 23:15:46 +02:00
Dan
5f2d76ceca Remove outdated note 2019-06-23 01:34:27 +02:00
Dan
8151270a94 Update docs 2019-06-06 18:25:23 +02:00
Dan
1be8ca94cc Update docs with new content 2019-06-04 16:10:32 +02:00
Dan
e94dcd3b0b Update docs 2019-05-28 16:41:55 +02:00
Dan
47c06fdae2 Docs revamp. Part 7 2019-05-25 01:37:55 +02:00
Dan
8866a749e0 Fix spelling: an handler -> a handler
Thanks @rastamanjohn for the hint
2019-05-20 19:19:26 +02:00
Dan
578dab171c Docs revamp. Part 6 2019-05-18 03:21:02 +02:00
Dan
518220431e Docs revamp. Part 5 2019-05-18 01:45:01 +02:00
Dan
944b672fe5 Docs revamp. Part 4 2019-05-16 21:28:34 +02:00
Dan
0914654ba6 Fix cross-reference links 2019-05-13 18:04:44 +02:00
Dan
eadda551c6 Docs revamp. Part 3 2019-05-12 19:26:55 +02:00
Dan
e4b0a78f1a Docs revamp. Part 2 2019-05-10 16:14:10 +02:00
Dan
559eaa2d03 Use lower-case names for pages 2019-05-09 14:37:02 +02:00
Dan
05aed5e0e1 Clean up documentation pages 2019-04-12 15:52:06 +02:00
Dan
78686d39fa Update docs 2019-03-24 18:59:56 +01:00
Dan
5edd971118 Update docs to use bot_token parameter 2019-03-22 12:39:15 +01:00
Dan
3a1c02738d Update doc sources 2019-03-13 14:54:40 +01:00
Dan
a15c6dc814 Update reported version in docs 2019-02-04 17:02:48 +01:00
Dan
4493f78138 Update to v0.10.3 2019-01-03 08:59:39 +01:00
Dan
4f04d4aee8 Update to v0.10.2 2018-12-31 17:21:18 +01:00
Dan
e5be7fcc90 Update to v0.10.1 2018-12-31 14:41:38 +01:00
Dan
024e3852f7 Don't rely on git for GitHub installations
Instead, let people install from zips GitHub already provides.
2018-12-31 13:22:14 +01:00
Dan
8f38ce3b9e Remove Raw Functions from Usage doc page 2018-12-28 16:19:30 +01:00
Dan
c3f4fab58b Update docs version 2018-12-25 18:17:22 +01:00
Dan
e9ff43d71f Update reported version on docs 2018-11-13 20:33:55 +01:00
Dan
675c913a62 Update version in docs 2018-11-13 13:21:34 +01:00
Dan
e3a93b339c Update to v0.9.1 2018-11-04 17:50:51 +01:00
Dan
a48e0ce33a Update Installation page 2018-11-03 14:24:02 +01:00
Dan
d580a78787 Update Installation page
Hint about asyncio
2018-10-17 01:07:33 +02:00
Dan
c744bba60f Add clearer details 2018-10-14 12:02:48 +02:00
Dan
d03f04a560 Add more and clearer examples in the Usage.rst page 2018-10-14 11:59:55 +02:00
Dan
3659ea82fb Small fixes to the Setup.rst page 2018-10-14 11:58:23 +02:00
Dan
a3272d28d4 Update installation.rst 2018-10-14 11:47:30 +02:00
Dan
ab560dc292 Small documentation fix 2018-09-20 16:35:43 +02:00
Dan
7aee163ddd Update docs reported version 2018-09-19 11:53:26 +02:00
Dan
6dfaa3ddea Small documentation updates 2018-08-18 18:18:40 +02:00
Dan
d45caa6371 Fix some documentation links 2018-08-17 02:02:15 +02:00
Dan
173fabd869 Small Setup page fixes and refinements 2018-08-16 18:55:27 +02:00
Dan
a7c9dd4a59 Make it clear that API keys are required for bots too 2018-08-16 18:54:38 +02:00
Dan
30620cb783 Refine API Keys documentation section 2018-08-16 18:53:53 +02:00
Dan
27020ca1bb Rename Raw Functions section 2018-06-27 00:12:09 +02:00
Dan
1510bc12a8 Cleanup docs 2018-06-25 18:27:30 +02:00