yeref 0.29.24__py3-none-any.whl → 0.29.25__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.
yeref/yeref.py
CHANGED
@@ -14014,8 +14014,8 @@ async def send_request_chat(bot, chat_id, lz, is_group=False):
|
|
14014
14014
|
|
14015
14015
|
kb_entity = KeyboardButtonRequestChat(request_id=1, chat_is_channel=False, chat_is_forum=None,
|
14016
14016
|
chat_has_username=None, chat_is_created=None,
|
14017
|
-
user_administrator_rights=
|
14018
|
-
bot_administrator_rights=
|
14017
|
+
user_administrator_rights=user_administrator_rights,
|
14018
|
+
bot_administrator_rights=user_administrator_rights,
|
14019
14019
|
bot_is_member=True)
|
14020
14020
|
|
14021
14021
|
reply_markup.add(*[types.KeyboardButton(text=l_grp_btn1[lz], request_chat=kb_entity),
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=xFJfVrVWOaLOdW6uQUtP2zquBLhgR0fKveojG9Bn2e8,616889
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=EJ06jYt8bGaA7u0dHNf-RfSLVql0zLFrcXQN-XAdhvA,1060339
|
5
|
+
yeref-0.29.25.dist-info/METADATA,sha256=9Pt666FS3a9qwvWTcZTwjFoLJZxb3CuJ8-EjDWkwLaU,119
|
6
|
+
yeref-0.29.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.29.25.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.29.25.dist-info/RECORD,,
|
yeref-0.29.24.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=xFJfVrVWOaLOdW6uQUtP2zquBLhgR0fKveojG9Bn2e8,616889
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=9K6Oooybjq4sufJjKicrSORpnYdrT2Xynu5cIbON960,1060337
|
5
|
-
yeref-0.29.24.dist-info/METADATA,sha256=skh7VDLcsTeGBmdEhVi0H6Wq983BLkfKpx9hCPdg0Io,119
|
6
|
-
yeref-0.29.24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.29.24.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.29.24.dist-info/RECORD,,
|
File without changes
|
File without changes
|