Commit graph

502 commits

Author SHA1 Message Date
wulan17
b670101dac
Pyrofork: Add Story Support
Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add Story and StoryViews

Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add get_stories method

Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add StoriesPrivacy

Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add send_story method

Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add edit_story method

Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add delete_story method

Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add export_story_link method

Signed-off-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Add story bound method

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 16:34:41 +07:00
Animesh Murmu
b43b20351f
Pyrofork: Add Mongodb Session Storage
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Co-authored-by: wulan17 <wulan17@nusantararom.org>

Pyrofork: Use session name as database name, add some parameters informations and some cleanup (#3)

Changes to be committed:
	modified:   pyrogram/client.py
	modified:   pyrogram/storage/mongo_storage.py

Signed-off-by: wulan17 <wulan17@nusantararom.org>

PyroFork: storage: mongo: Use existing database connection

support both async_pymongo and motor

Signed-off-by: wulan17 <wulan17@nusantararom.org>

PyroFork: Use Dummy client object to check wether connection object is valid or not

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 03:37:39 +07:00
wulan17
8762c01669
PyroFork: docs: Add usable by
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 01:42:52 +07:00
wulan17
261214ec1c
PyroFork: Bring back docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 01:42:01 +07:00
Dan
8077eb4130
Update docs 2022-10-06 12:03:05 +02:00
Dan
371700ddec Update FAQ 2022-08-28 14:03:14 +02:00
Dan
f5bcce7c3f Add support for custom emoji in HTML 2022-08-16 08:59:06 +02:00
Mr. Developer
b904a4f3e2
Fix FAQ example (#1007) 2022-06-20 11:42:11 +02:00
Dan
edf5e9863f Update FAQ 2022-06-06 18:46:22 +02:00
Dan
6fdf9a60f6 Update example 2022-05-07 12:04:22 +02:00
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
be37e3b46c Rename enum MessageService to MessageServiceType 2022-04-24 11:56:07 +02:00
Dan
264a206a13 Rename enum MessageMedia to MessageMediaType 2022-04-24 11:56:07 +02:00
Dan
515531774b Small documentation fix 2022-04-24 11:56:07 +02:00
Dan
ccadabca4a Update documentation 2022-04-24 11:56:07 +02:00
Dan
b7b7e8ec69 Use GitHub buttons with dark theme support 2022-04-24 11:56:07 +02:00
Dan
f6b8d78672 Fix documentation link 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
0d054fa9bc Update index.rst 2022-04-24 11:56:07 +02:00
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