Commit Graph

467 Commits

Author SHA1 Message Date
Dan
626a1bd938 Update copyright year 2022-01-07 10:23:45 +01: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
8515ef1746 Update handling errors example
Use asyncio.sleep instead of time.sleep
2021-05-05 13:58:47 +02: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
f13651af1d Reword the license explanation 2021-03-20 11:05:23 +01:00
Dan
b39a6cd2d4 Add FAQ about sqlite3.InterfaceError 2021-03-20 10:37:01 +01:00
Dan
1c52d21d65 Minor document fixes 2021-03-17 15:42:54 +01:00
Dan
dff3d993e1 Add support for updates about chat member status changes 2021-03-17 15:11:23 +01:00
Dan
137de2da0f Update support.rst 2021-03-06 12:42:34 +01:00
Dan
ce6ba8d122 Update outdated information 2021-03-06 11:33:07 +01:00
Dan
deef5781bf Rename support-pyrogram.rst to support.rst 2021-03-06 11:24:52 +01:00
Dan
8bf0706cdf Delete powered-by.rst 2021-03-06 11:24:30 +01:00
Dan
ee9d0e4622 Add FAQ about client library & framework definitions 2021-03-06 10:22:12 +01:00
Dan
52e905d6e7 Update conf.py
- Copyright year
- Docstrings params fixes
2021-03-06 10:22:10 +01:00
Dan
9c0210e87a Fix 404 link 2021-03-06 10:22:06 +01:00
ポキ
99829eff9c
Update copyright year in forgotten places (#583) 2021-01-10 15:56:42 +01:00
Dan
7dda167c09 Update copyright notice
Year 2021
2021-01-01 22:58:48 +01:00
Dan
a0e0cbe477 Improve FAQs 2020-11-27 22:09:45 +01:00
Dan
8fbe45ddba Docs improvements 2020-11-27 19:06:25 +01:00
Dan
30664b26d5 Remove "schedule" from docs 2020-11-27 19:05:58 +01:00
Dan
ce729fa1e3 Fix docs errors path 2020-11-27 19:04:34 +01:00
மனோஜ்குமார் பழனிச்சாமி
e2806acbde
Update faq.rst 2020-11-01 07:49:24 +05:30
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
ecdba6be6f Add a new way to support Pyrogram
- Add Hetzner link for cloud credits.
2020-08-29 20:52:09 +02:00
Dan
b057dcb39d Small fixes around docs 2020-08-24 15:24:06 +02:00
Dan
d86d8530ce Add FAQ about PyInstaller FileNotFoundError 2020-08-24 10:57:38 +02:00
Dan
228828459c Update FAQs 2020-08-24 09:16:25 +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
5a0a0b67bf Use f-string in the main example 2020-07-15 10:58:15 +02:00
Hearot
3ec6b22d85
Add references to Pyrubrum (#429) 2020-07-08 15:43:17 +02:00
Dan
b4467e82af Update Bot API diagram in docs 2020-05-25 14:31:31 +02:00
Dan
2563c1a6be Add copy button prompt text to ignore 2020-05-02 21:17:05 +02:00
Dan
fa157b59f1 Add support for ChosenInlineResult objects 2020-04-03 17:15:28 +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
3f17e88836 Add example on how to handle flood wait errors in the FAQ 2020-04-01 18:01:10 +02:00
Dan
75a39962f2 Update docs copyright year 2020-03-30 13:03:35 +02:00
Dan
fd0908227e Use -U instead of --upgrade (more concise) 2020-03-30 13:03:02 +02:00
Dan
441b89a8ac Add FAQs about Flood limits and sqlite3.OperationalError 2020-03-30 13:01:52 +02:00
Dan
0681ea72f7 Add FAQ about webhooks 2020-03-30 12:02:27 +02:00
Dan
e741bcdb26 Drop [fast] setup directive 2020-03-30 11:47:25 +02:00
Dan
c892e85d52 Remove repeated word 2020-03-21 16:01:48 +01:00
Dan
1996fb1481 Update Copyright 2020-03-21 15:43:32 +01:00
Dan
b41a570d67
Update Visual C++ 2015 Build Tools download link 2020-02-05 16:45:19 +01:00