Commit Graph

62 Commits

Author SHA1 Message Date
Dan
4b6f29bb76 Update examples 2022-04-27 09:10:48 +02:00
Dan
e80ffd275c Documentation fixes 2022-04-24 11:56:07 +02:00
Dan
ccadabca4a Update documentation 2022-04-24 11:56:07 +02:00
Dan
ed5fab6952 Update proxy example 2022-04-24 11:56:07 +02:00
Dan
39694a2949 Add speedups.rst 2022-04-24 11:56:07 +02:00
Dan
ef78900fdb Fixes to the documentation 2022-04-24 11:56:07 +02:00
Dan
70d5f22e0d Some fixes to the documentation 2022-04-24 11:56:07 +02:00
Dan
8af17c3ed5 Documentation improvements 2022-04-24 11:56:07 +02:00
Dan
d14665ad96 Fix text-formatting.rst examples 2022-04-24 11:56:07 +02:00
Dan
7fa091719c Add documentation page about synchronous usage 2022-04-24 11:56:07 +02:00
Dan
124bcb4db7 Remove API key requirement for existing sessions 2022-04-24 11:56:07 +02:00
Dan
5f6788ad69 Improvements to the documentation 2022-04-24 11:56:07 +02:00
Dan
8c8288412f Various improvements 2022-01-07 10:18:51 +01:00
Dan
ebaf1a23fb Change markdown spoiler delimiter 2022-01-03 11:19:02 +01:00
Dan
f7b9137a68 Add support for "spoiler" MessageEntity 2021-12-30 09:14:49 +01:00
Dan
70efffa896 Remove sphinx tabs extension 2021-03-21 22:08:04 +01:00
Dan
73edcb5e69 Update voice-calls.rst 2021-03-20 11:06:05 +01:00
Dan
30664b26d5 Remove "schedule" from docs 2020-11-27 19:05:58 +01:00
Dan
b057dcb39d Small fixes around docs 2020-08-24 15:24:06 +02: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
CyanBook
cefad3f89a
Update download & upload limits with the newest one (#454) 2020-08-04 01:22:48 +02:00
Dan
aaedeffff9 Update instructions for accessing test servers in tdesktop 2020-07-26 23:17:53 +02:00
Dan
b4467e82af Update Bot API diagram in docs 2020-05-25 14:31:31 +02:00
Dan
945effc4a9 Add tabs to docs (tgcrypto.rst) 2020-04-01 22:39:39 +02:00
Dan
0b93049822 Add content lists on relevant pages 2020-04-01 20:08:46 +02:00
Dan
fd0908227e Use -U instead of --upgrade (more concise) 2020-03-30 13:03:02 +02:00
Dan
c892e85d52 Remove repeated word 2020-03-21 16:01:48 +01:00
Dan
b41a570d67
Update Visual C++ 2015 Build Tools download link 2020-02-05 16:45:19 +01:00
Dan
012369005e Remove an MTProto-only feature hint that's not valid anymore 2019-10-27 10:13:18 +01:00
Dan
a7c10bfb28 Remove auto-auth.rst 2019-09-09 16:07:14 +02:00
Dan
ebad34cbc7 Fix smart-plugins.rst docs 2019-08-16 22:47:31 +02:00
Alisson Lauffer
c78dbe2259 Remove python-dev from docs for Termux (#301) 2019-08-15 14:05:52 +02:00
Dan
f8f2ad5a60 Tidy up docs 2019-08-01 12:44:34 +02:00
Dan
ce8d9a5005
Merge pull request #283 from MrNaif2018/develop
Add section to docs about scheduling
2019-08-01 12:37:50 +02:00
Dan
6973f58488
Update scheduling.rst 2019-08-01 12:37:22 +02:00
MrNaif2018
93a2fed8e6
Improved examples, added links to docs 2019-08-01 10:11:29 +03:00
MrNaif2018
bb1470e57f
Add section to docs about scheduling 2019-07-15 15:37:18 +03:00
Dan
5fe8fba3df Fix smart plugins load/unload documentation 2019-07-11 17:13:43 +02:00
Dan
448a65bb6d Fix some cross references 2019-07-09 20:02:51 +02:00
Dan
992ef7bf52 Fix sphinx warnings 2019-07-01 13:37:12 +02:00
Dan
c76a62964f Update: consistent examples 2019-06-30 18:51:04 +02:00
Dan
155580649a Update filters: Make the name argument optional 2019-06-28 11:11:59 +02:00
Dan
b6f508711a Many minor documentation enhancements 2019-06-27 23:16:21 +02:00
Dan
a44c996302 Revamp text-formatting page, add info about the new styles 2019-06-27 23:15:12 +02:00
Dan
11b4b947ac Small rewords 2019-06-20 16:40:12 +02:00
Dan
d1cd21916a Add storage-engines.rst page to docs 2019-06-19 16:12:06 +02:00
Dan
317a647583 Reword some parts of the docs 2019-06-07 15:50:15 +02:00
Dan
0ea512bbc3 Update docs: add release notes from GitHub 2019-06-05 11:05:01 +02:00
Dan
806e0d79ec Tiny fixup 2019-06-04 19:11:40 +02:00