Rubka 6.6.12__py3-none-any.whl → 6.6.13__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.

Potentially problematic release.


This version of Rubka might be problematic. Click here for more details.

rubka/asynco.py CHANGED
@@ -893,7 +893,7 @@ class Robot:
893
893
  notify_on_error: bool = False,
894
894
  notification_handler: Optional[Callable[[str], Any]] = None,
895
895
  watchdog_timeout: Optional[float] = None,
896
- ):
896
+ ):
897
897
  """
898
898
  Starts the bot's main execution loop with extensive configuration options.
899
899
 
@@ -1045,7 +1045,7 @@ class Robot:
1045
1045
  chat = update.get("object_guid") or update.get("chat_id")
1046
1046
  return str(sender) if sender is not None else None, str(chat) if chat is not None else None
1047
1047
 
1048
- def _is_group_chat(chat_guid: str | None) -> bool | None:
1048
+ def _is_group_chat(chat_guid: Optional[str]) -> Optional[bool]:
1049
1049
 
1050
1050
  if chat_guid is None:
1051
1051
  return None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 6.6.12
3
+ Version: 6.6.13
4
4
  Summary: rubika 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/v6.6.4.zip
@@ -1,6 +1,6 @@
1
1
  rubka/__init__.py,sha256=P6IBiORfp-GqKHe5LZ-5lldWyG7tnrUYUcAQDUgwXmY,1973
2
2
  rubka/api.py,sha256=1S8JIcYN_Zxb7JT73eQl9me-qDDDTDzcSk6_qawAfkA,68861
3
- rubka/asynco.py,sha256=7aRjRfI9ORxtQcjmEs7_ETwptN4ONGaEVz-7bmKgbqI,90042
3
+ rubka/asynco.py,sha256=9GdEzmOk9_n5MV7FxEJ4fWdZtuedPAsqJUj2Upnm9Gc,90044
4
4
  rubka/button.py,sha256=vU9OvWXCD4MRrTJ8Xmivd4L471-06zrD2qpZBTw5vjY,13305
5
5
  rubka/config.py,sha256=Bck59xkOiqioLv0GkQ1qPGnBXVctz1hKk6LT4h2EPx0,78
6
6
  rubka/context.py,sha256=OcYY0G0IFQa29zpw6YRm873RwJOf568qxJplm1UdeAM,23936
@@ -37,8 +37,8 @@ rubka/adaptorrubka/types/socket/message.py,sha256=0WgLMZh4eow8Zn7AiSX4C3GZjQTkIg
37
37
  rubka/adaptorrubka/utils/__init__.py,sha256=OgCFkXdNFh379quNwIVOAWY2NP5cIOxU5gDRRALTk4o,54
38
38
  rubka/adaptorrubka/utils/configs.py,sha256=nMUEOJh1NqDJsf9W9PurkN_DLYjO6kKPMm923i4Jj_A,492
39
39
  rubka/adaptorrubka/utils/utils.py,sha256=5-LioLNYX_TIbQGDeT50j7Sg9nAWH2LJUUs-iEXpsUY,8816
40
- rubka-6.6.12.dist-info/METADATA,sha256=XXvtNm6Q_G1rE8UMYIgGOrhY166X4rnp85URJ-r6lLc,34270
41
- rubka-6.6.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
42
- rubka-6.6.12.dist-info/entry_points.txt,sha256=4aESuUmuUOALMUy7Kucv_Gb5YlqhsJmTmdXLlZU9sJ0,46
43
- rubka-6.6.12.dist-info/top_level.txt,sha256=vy2A4lot11cRMdQS-F4HDCIXL3JK8RKfu7HMDkezJW4,6
44
- rubka-6.6.12.dist-info/RECORD,,
40
+ rubka-6.6.13.dist-info/METADATA,sha256=-UinFermTRpXMLTPl4D6Whjgun6xhXdsrfqqoobw-gY,34270
41
+ rubka-6.6.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
42
+ rubka-6.6.13.dist-info/entry_points.txt,sha256=4aESuUmuUOALMUy7Kucv_Gb5YlqhsJmTmdXLlZU9sJ0,46
43
+ rubka-6.6.13.dist-info/top_level.txt,sha256=vy2A4lot11cRMdQS-F4HDCIXL3JK8RKfu7HMDkezJW4,6
44
+ rubka-6.6.13.dist-info/RECORD,,
File without changes