RubigramClient 1.3.5__py3-none-any.whl → 1.3.6__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 RubigramClient might be problematic. Click here for more details.

rubigram/client.py CHANGED
@@ -40,7 +40,7 @@ class Client(Method):
40
40
  for handler in self.inlines_handler:
41
41
  await handler(self, event)
42
42
  else:
43
- event = Update.read(data["update"])
43
+ event = Update.read(data["update"], self)
44
44
  for handler in self.messages_handler:
45
45
  await handler(self, event)
46
46
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RubigramClient
3
- Version: 1.3.5
3
+ Version: 1.3.6
4
4
  Summary: A simple and flexible Python library for building advanced Rubika bots with powerful message handling, inline buttons, and custom filters.
5
5
  Author-email: Javad RZ <Javad.Py1385@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,11 +1,11 @@
1
1
  rubigram/__init__.py,sha256=4JZ6q8ukflz_izRmJNYcndcKZFCsyJdYoYVoAPwN5V0,107
2
- rubigram/client.py,sha256=F5yEanmYEh2WXMO_Jtwkl1vHa40K1rxHupwFNks7a7E,2635
2
+ rubigram/client.py,sha256=OeoW8wWkP5qP3j9qgUnR7CyXH6-hGTv1toTVDBE9v8k,2641
3
3
  rubigram/filters.py,sha256=VU9Nd5ALWQAXafH1mXi19hm-E5H20JgTswTS4usK3ro,1955
4
4
  rubigram/method.py,sha256=nm2qfzkanpzDo3yusIXmjYgCYmLzV6nVOyaxPDDqqz4,9074
5
5
  rubigram/network.py,sha256=K7vvGikXStvUBqHX2gogy3hJ1eQjLAJ7kdwLbfFuZIg,1399
6
6
  rubigram/types.py,sha256=evelh8GGttOHFQjiwXOzwXYFwLXKJSHit60T0T-9VIE,17035
7
- rubigramclient-1.3.5.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- rubigramclient-1.3.5.dist-info/METADATA,sha256=ZGaxld0O20t7CbavDp6AXPfPJYfib9haVLEuQnMWwBc,1022
9
- rubigramclient-1.3.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- rubigramclient-1.3.5.dist-info/top_level.txt,sha256=Mhg5HfkL6rLec5sI4ClGmwoqYUANAZUz8sVa1sT_cas,9
11
- rubigramclient-1.3.5.dist-info/RECORD,,
7
+ rubigramclient-1.3.6.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ rubigramclient-1.3.6.dist-info/METADATA,sha256=5GuUdUA-GM9cgi6aBKSLtm423BVaUd1LvVX6KtmhMTw,1022
9
+ rubigramclient-1.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
+ rubigramclient-1.3.6.dist-info/top_level.txt,sha256=Mhg5HfkL6rLec5sI4ClGmwoqYUANAZUz8sVa1sT_cas,9
11
+ rubigramclient-1.3.6.dist-info/RECORD,,