d4rktg 0.2.6__py3-none-any.whl → 0.2.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
d4rk/Utils/_fonts.py
CHANGED
@@ -50,11 +50,9 @@ class FontMessageMixin(Client):
|
|
50
50
|
return await message.answer(text, show_alert=True)
|
51
51
|
|
52
52
|
|
53
|
-
async def
|
53
|
+
async def index_message(self, chat_id: Union[int, str], end: int, start: int = 0) -> List[Message]:
|
54
54
|
messages_list = []
|
55
55
|
current = start
|
56
|
-
if message_ids != []:
|
57
|
-
return await super().get_messages(chat_id=chat_id, message_ids=message_ids, reply_to_message_ids=reply_to_message_ids, replies=replies)
|
58
56
|
while True:
|
59
57
|
new_diff = min(200, end - current)
|
60
58
|
if new_diff <= 0:break
|
@@ -12,12 +12,12 @@ d4rk/Models/_movie_title.py,sha256=Xp8eafBP-kD3MxAdeNcb7EyiAojn5fDQ18la7vxrg10,8
|
|
12
12
|
d4rk/Utils/__init__.py,sha256=qD5-DEsus15cuOo_IMGviNajeqZhPKlyETUuEEOS6P0,277
|
13
13
|
d4rk/Utils/_decorators.py,sha256=G5gGayvcpZRRVo6ondbRqQYDN4yVczlEdSHwaOQ_TLI,4145
|
14
14
|
d4rk/Utils/_delete.py,sha256=gSmQAENGmM5XCCJfPuJ4vRMSxtixYG0vYdocU-2TSFg,581
|
15
|
-
d4rk/Utils/_fonts.py,sha256=
|
15
|
+
d4rk/Utils/_fonts.py,sha256=DS-mhoe_oIKoD6SgW0GI4CP2gx5dOTvysaV-G-ElTf0,7190
|
16
16
|
d4rk/Utils/_ip.py,sha256=KJJW2QSngshIVWCO5YPXF1wj4IPQzVN5oFofpfzlU5w,559
|
17
17
|
d4rk/Utils/_movie_parser.py,sha256=eiy1YVSu9fgk9pIXnMojJkWhW6SbdewKGF0ATk2qZoA,3440
|
18
18
|
d4rk/Utils/_ractions.py,sha256=wOVPyoFnbDuMgoP6NF_gLO1DYcfhERC0trdAK1jWSE8,2170
|
19
19
|
d4rk/Utils/_terminal.py,sha256=Anu4OcffY3v6LMOrCskP1cHrJIliomo1Hjownbhh2sQ,125
|
20
|
-
d4rktg-0.2.
|
21
|
-
d4rktg-0.2.
|
22
|
-
d4rktg-0.2.
|
23
|
-
d4rktg-0.2.
|
20
|
+
d4rktg-0.2.8.dist-info/METADATA,sha256=ZbfFIOond8VRjb_vo7Ka2Qgc84TWEeZkzK5TC8AsR8g,652
|
21
|
+
d4rktg-0.2.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
22
|
+
d4rktg-0.2.8.dist-info/top_level.txt,sha256=qs1qTnKWImmGi7E0FoJS0OAEOHoVZA9vHRS3Pm6ncAo,5
|
23
|
+
d4rktg-0.2.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|