Rubka 4.3.4__tar.gz → 4.4.4__tar.gz
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-4.3.4 → rubka-4.4.4}/PKG-INFO +1 -1
- {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/PKG-INFO +1 -1
- {rubka-4.3.4 → rubka-4.4.4}/rubka/api.py +3 -1
- {rubka-4.3.4 → rubka-4.4.4}/setup.py +1 -1
- {rubka-4.3.4 → rubka-4.4.4}/README.md +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/SOURCES.txt +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/dependency_links.txt +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/requires.txt +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/Rubka.egg-info/top_level.txt +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/client/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/client/client.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/crypto/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/crypto/crypto.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/enums.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/exceptions.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/methods/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/methods/methods.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/helper.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/network.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/network/socket.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/sessions/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/sessions/sessions.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/types/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/types/socket/message.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/utils/__init__.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/utils/configs.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/adaptorrubka/utils/utils.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/button.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/config.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/context.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/decorators.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/exceptions.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/jobs.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/keyboards.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/keypad.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/logger.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/rubka/utils.py +0 -0
- {rubka-4.3.4 → rubka-4.4.4}/setup.cfg +0 -0
|
@@ -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,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
|
|
@@ -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:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|