Rubka 4.6.0__tar.gz → 4.6.2__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.6.0 → rubka-4.6.2}/PKG-INFO +1 -1
- {rubka-4.6.0 → rubka-4.6.2}/Rubka.egg-info/PKG-INFO +1 -1
- {rubka-4.6.0 → rubka-4.6.2}/rubka/context.py +1 -14
- {rubka-4.6.0 → rubka-4.6.2}/setup.py +1 -1
- {rubka-4.6.0 → rubka-4.6.2}/README.md +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/Rubka.egg-info/SOURCES.txt +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/Rubka.egg-info/dependency_links.txt +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/Rubka.egg-info/requires.txt +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/Rubka.egg-info/top_level.txt +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/client/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/client/client.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/crypto/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/crypto/crypto.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/enums.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/exceptions.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/methods/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/methods/methods.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/network/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/network/helper.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/network/network.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/network/socket.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/sessions/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/sessions/sessions.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/types/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/types/socket/message.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/utils/__init__.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/utils/configs.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/adaptorrubka/utils/utils.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/api.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/asynco.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/button.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/config.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/decorators.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/exceptions.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/jobs.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/keyboards.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/keypad.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/logger.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/rubino.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/rubka/utils.py +0 -0
- {rubka-4.6.0 → rubka-4.6.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Rubka
|
|
3
|
-
Version: 4.6.
|
|
3
|
+
Version: 4.6.2
|
|
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/blob/main/project_library.zip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Rubka
|
|
3
|
-
Version: 4.6.
|
|
3
|
+
Version: 4.6.2
|
|
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/blob/main/project_library.zip
|
|
@@ -449,20 +449,7 @@ class InlineMessage:
|
|
|
449
449
|
def __init__(self, bot, raw_data: dict):
|
|
450
450
|
self.bot = bot
|
|
451
451
|
self.raw_data = raw_data
|
|
452
|
-
|
|
453
|
-
self.time: str = self.raw_data.get("time")
|
|
454
|
-
self.is_edited: bool = self.raw_data.get("is_edited", False)
|
|
455
|
-
self.sender_type: str = self.raw_data.get("sender_type")
|
|
456
|
-
self.args = []
|
|
457
|
-
self.reply_to_message_id: Optional[str] = self.raw_data.get("reply_to_message_id")
|
|
458
|
-
self.forwarded_from = ForwardedFrom(self.raw_data["forwarded_from"]) if "forwarded_from" in self.raw_data else None
|
|
459
|
-
self.file = File(self.raw_data["file"]) if "file" in self.raw_data else None
|
|
460
|
-
self.sticker = Sticker(self.raw_data["sticker"]) if "sticker" in self.raw_data else None
|
|
461
|
-
self.contact_message = ContactMessage(self.raw_data["contact_message"]) if "contact_message" in self.raw_data else None
|
|
462
|
-
self.poll = Poll(self.raw_data["poll"]) if "poll" in self.raw_data else None
|
|
463
|
-
self.location = Location(self.raw_data["location"]) if "location" in self.raw_data else None
|
|
464
|
-
self.live_location = LiveLocation(self.raw_data["live_location"]) if "live_location" in self.raw_data else None
|
|
465
|
-
self.aux_data = AuxData(self.raw_data["aux_data"]) if "aux_data" in self.raw_data else None
|
|
452
|
+
|
|
466
453
|
self.chat_id: str = raw_data.get("chat_id")
|
|
467
454
|
self.message_id: str = raw_data.get("message_id")
|
|
468
455
|
self.sender_id: str = raw_data.get("sender_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
|
|
File without changes
|
|
File without changes
|