Rubka 4.3.4__py3-none-any.whl → 4.4.4__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.
rubka/api.py
CHANGED
|
@@ -238,7 +238,9 @@ class Robot:
|
|
|
238
238
|
def _get_client(self):
|
|
239
239
|
return Client_get(show_last_six_words(self.token))
|
|
240
240
|
|
|
241
|
-
|
|
241
|
+
from typing import Union
|
|
242
|
+
|
|
243
|
+
def check_join(self, channel_guid: str, chat_id: str = None) -> Union[bool, list[str]]:
|
|
242
244
|
client = self._get_client()
|
|
243
245
|
|
|
244
246
|
if chat_id:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Rubka
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.4.4
|
|
4
4
|
Summary: A Python library for interacting with Rubika Bot API.
|
|
5
5
|
Home-page: https://github.com/Mahdy-Ahmadi/Rubka
|
|
6
6
|
Download-URL: https://github.com/Mahdy-Ahmadi/Rubka/archive/refs/tags/v0.1.0.tar.gz
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
rubka/__init__.py,sha256=3f4H6Uj1ylrfBYlTHmTvzZSvaPJsdNhCocyX3Bbvuv0,254
|
|
2
|
-
rubka/api.py,sha256=
|
|
2
|
+
rubka/api.py,sha256=ltEMTWP0YbsOeRmIdgCxKhDMjdldl4hr5FJxa7ThP_k,16142
|
|
3
3
|
rubka/button.py,sha256=4fMSZR7vUADxSmw1R3_pZ4dw5uMLZX5sOkwPPyNTBDE,8437
|
|
4
4
|
rubka/config.py,sha256=Bck59xkOiqioLv0GkQ1qPGnBXVctz1hKk6LT4h2EPx0,78
|
|
5
5
|
rubka/context.py,sha256=BSb_O1PiB0QEPeY_u2F97oIVxg-3J9Re2iV1HWywz4M,12841
|
|
@@ -31,7 +31,7 @@ rubka/adaptorrubka/types/socket/message.py,sha256=0WgLMZh4eow8Zn7AiSX4C3GZjQTkIg
|
|
|
31
31
|
rubka/adaptorrubka/utils/__init__.py,sha256=OgCFkXdNFh379quNwIVOAWY2NP5cIOxU5gDRRALTk4o,54
|
|
32
32
|
rubka/adaptorrubka/utils/configs.py,sha256=nMUEOJh1NqDJsf9W9PurkN_DLYjO6kKPMm923i4Jj_A,492
|
|
33
33
|
rubka/adaptorrubka/utils/utils.py,sha256=5-LioLNYX_TIbQGDeT50j7Sg9nAWH2LJUUs-iEXpsUY,8816
|
|
34
|
-
rubka-4.
|
|
35
|
-
rubka-4.
|
|
36
|
-
rubka-4.
|
|
37
|
-
rubka-4.
|
|
34
|
+
rubka-4.4.4.dist-info/METADATA,sha256=UhBp299rDrFsmyEw42UnzBNhencqkvUqOgWSfTi5CEc,8168
|
|
35
|
+
rubka-4.4.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
36
|
+
rubka-4.4.4.dist-info/top_level.txt,sha256=vy2A4lot11cRMdQS-F4HDCIXL3JK8RKfu7HMDkezJW4,6
|
|
37
|
+
rubka-4.4.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|