yeref 0.29.22__tar.gz → 0.29.25__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.22
3
+ Version: 0.29.25
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.29.22',
5
+ version='0.29.25',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -14015,7 +14015,7 @@ async def send_request_chat(bot, chat_id, lz, is_group=False):
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
14017
  user_administrator_rights=user_administrator_rights,
14018
- bot_administrator_rights=bot_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),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.22
3
+ Version: 0.29.25
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes