Commit graph

4395 commits

Author SHA1 Message Date
wulan17
ed19fee93d
workflows: build docs if theres any changes in docs directory
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-23 19:22:57 +07:00
wulan17
5de44baff4
Pyrofork: Bump version to 2.3.20
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-23 18:56:13 +07:00
omg-xtao
3f34c96175
Fix ConnectionResetError when only ping task
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-23 18:54:51 +07:00
KurimuzonAkuma
92e4ca845b
Increase watchdog interval to 15 minutes
https://core.telegram.org/api/updates#recovering-gaps
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-23 18:50:28 +07:00
wulan17
3b5db0b988
[DNM] Revert "feat(storage): migrated to aiosqlite"
This reverts commit 8193d87e2c.

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-23 18:44:34 +07:00
wulan17
9bdc824a61
Pyrofork: Use own fork of tgcrypto (#56)
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-23 18:42:21 +07:00
1f9d17fd19
Merge pull request #54 from X1A0CA1/main
Update API Layer and fix a bug
2024-03-23 18:40:47 +07:00
0692acbc60
Merge pull request #55 from troublescope/main
Refactor: Use io module for seek operation
2024-03-21 13:22:14 +07:00
1279bfc5fd
Merge pull request #52 from Mayuri-Chan/dependabot/pip/sphinx-immaterial-0.11.11
Bump sphinx-immaterial from 0.11.10 to 0.11.11
2024-03-21 13:21:38 +07:00
dc4d6ce9b5
Merge pull request #51 from eyMarv/patch-3
Fix sender retrieval of Story() object
2024-03-21 13:21:21 +07:00
XiaoCai
6140e2a8b8
feat(get_custom_emoji_stickers): Supports passing Int and List parameter 2024-03-19 15:17:30 +08:00
XiaoCai
4c9a4f972e
feat(sticker): Adding "needs_repainting" attribute to sticker class 2024-03-19 13:28:52 +08:00
XiaoCai
43fb830382
Fix AttributeError when calling add_sticker_to_set method. 2024-03-18 22:27:13 +08:00
XiaoCai
b49c5f7512
Update API schema to Layer 176 2024-03-18 22:13:06 +08:00
Tomi Prasetio
dfc027c2ff
Refactor: Use io module for seek operation in worker function 2024-03-17 11:08:58 +07:00
dependabot[bot]
dff672ec44
Bump sphinx-immaterial from 0.11.10 to 0.11.11
Bumps [sphinx-immaterial](https://github.com/jbms/sphinx-immaterial) from 0.11.10 to 0.11.11.
- [Release notes](https://github.com/jbms/sphinx-immaterial/releases)
- [Commits](https://github.com/jbms/sphinx-immaterial/compare/v0.11.10...v0.11.11)

---
updated-dependencies:
- dependency-name: sphinx-immaterial
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 22:06:08 +00:00
Marvin
7b107a69ef
Fix sender retrieval of Story() object 2024-03-06 18:50:17 +01:00
wulan17
517f2256b6
Pyrofork: Bump version to 2.3.19.post2
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-02 21:49:02 +07:00
wulan17
0fcce527bc
Pyrofork: Add ChannelPrivate exception handler to Message parser
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-02 21:48:34 +07:00
282f512fed
Merge pull request #50 from eyMarv/patch-2
fix AttributeError: 'PeerUser' object has no attribute 'channel_id'
2024-03-02 21:48:13 +07:00
Marvin
8d9f6132f5
fix AttributeError: 'PeerUser' object has no attribute 'channel_id' 2024-03-01 23:36:19 +01:00
wulan17
01f5a9d1ca
Pyrofork: Bump version to 2.3.19.post1
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-03-01 18:47:49 +07:00
484b58b258
Merge pull request #49 from X1A0CA1/main
fix: Fix AttributeError when calling get_send_as_chats()
2024-03-01 16:27:05 +07:00
e74e54cef0
Merge pull request #48 from eyMarv/patch-1
Fix execute() missing "await"
2024-03-01 16:26:55 +07:00
XiaoCai
18289f96b5
fix: Fix AttributeError when calling get_send_as_chats() 2024-03-01 16:11:24 +08:00
Marvin
a6a5f179cc
Fix execute() missing "await" 2024-02-29 22:30:42 +01:00
wulan17
dee698fc45
Pyrofork: Bump version to 2.3.19
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:43:26 +07:00
wulan17
3049e6e63b
Pyrofork: Fix NoneType error when sending video as media group
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:42:24 +07:00
KurimuzonAkuma
ec19f4f6bb
Add support for ApplyBoost service messages
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:42:24 +07:00
KurimuzonAkuma
26654b1945
Add raw attribute to Message class
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:42:24 +07:00
KurimuzonAkuma
1e7c906342
Add raw attribute to Story class
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:42:24 +07:00
wulan17
cb23b6d17b
Pyrofork: Update stories with Layer 174 changes 2024-02-29 21:42:23 +07:00
wulan17
29ec92c92f
Pyrofork: Update API schema to Layer 174
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:42:23 +07:00
Hitalo M
8193d87e2c
feat(storage): migrated to aiosqlite
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:42:23 +07:00
wulan17
ce46d49ec2
Pyrofork: Add OSError Exception handling to send_media_group
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-29 21:42:23 +07:00
wulan17
134559ea18
Pyrofork: Bump version to 2.3.18
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:39:05 +07:00
wulan17
f25c239c7d
Pyrofork: Add is_contacts_only field to User
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:35:44 +07:00
KurimuzonAkuma
13d8b10deb
Pyrofork: Add support for self-destructing video notes
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:35:43 +07:00
wulan17
665965b92a
Pyrofork: Update API schema to Layer 173
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:34:40 +07:00
wulan17
9e7166480a
Pyrofork: Cleanup
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:34:07 +07:00
wulan17
0bf1d33fa2
Pyrofork: Update links
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:25:30 +07:00
wulan17
1b3f0933c7
Pyrofork: Update Copyright headers
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:25:08 +07:00
wulan17
a88ae52938
Pyrofork: Bump version to 2.3.17.post2
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-01-30 18:51:26 +07:00
wulan17
68ca84599f
Pyrofork: fix restrict_chat_member method
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-01-30 18:50:51 +07:00
wulan17
bf94b9e21e
Pyrofork: Bump version to 2.3.17.post
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-01-24 14:54:26 +07:00
wulan17
f53eb2b386
Pyrofork: fix MessageReactionCountUpdated
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-01-24 14:54:05 +07:00
wulan17
9299f02bb9
Pyrofork: Bump version to 2.3.17
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-01-22 23:26:40 +07:00
Yasir Aris M
3a41a720fd
Pyrofork: Add is_slowmode_enabled in Chat (#43)
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-01-22 23:26:09 +07:00
Yasir Aris M
48f313b412
Pyrofork: Add slow_mode_delay in get_chat (#43)
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-01-22 23:26:09 +07:00
Yasir Aris M
4c11bcdc7f
Pyrofork: Message Reaction Update (#43)
* Pyrofork: Message Reaction Update

---------

Signed-off-by: Yasir Aris M <yasiramunandar@gmail.com>
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Co-authored-by: shriMADhav U k <hetzner@shrimadhavuk.me>
Co-authored-by: Yasir Aris M <yasiramunandar@gmail.com>
Co-authored-by: wulan17 <wulan17@nusantararom.org>
2024-01-22 23:26:09 +07:00