Commit Graph

493 Commits

Author SHA1 Message Date
Dan
a34ee4b444 Update index.rst 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
b8f39725c5 Remove outdated FAQ 2022-04-24 11:56:07 +02:00
Dan
b47591e6d2 Turn examples asynchronous 2022-04-24 11:56:07 +02:00
Dan
ecc90caba2 Handle edited messages using a separate handler 2022-04-24 11:56:07 +02:00
Dan
5f6788ad69 Improvements to the documentation 2022-04-24 11:56:07 +02:00
Dan
b697826b5a Replace integer timestamps with datetime objects 2022-04-24 11:56:06 +02:00
Dan
bbad58a83f Add enumerations 2022-04-24 11:56:06 +02:00
dogghi
a4fe5fbfc8
Add missing on_chat_join_request decorator to docs (#947) 2022-04-11 11:21:28 +02:00
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
bec7ef96eb Fix sitemap.py breaking after moving it inside the scripts folder 2020-12-23 14:21:10 +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
d44e920655 Update robots.txt 2020-08-25 14:08:03 +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
3f47de47d9 Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop 2020-07-17 13:38:16 +02:00
Dan
5a0a0b67bf Use f-string in the main example 2020-07-15 10:58:15 +02:00