yeref 0.29.62__tar.gz → 0.29.63__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.
- {yeref-0.29.62 → yeref-0.29.63}/PKG-INFO +1 -1
- {yeref-0.29.62 → yeref-0.29.63}/setup.py +1 -1
- {yeref-0.29.62 → yeref-0.29.63}/yeref/yeref.py +1 -1
- {yeref-0.29.62 → yeref-0.29.63}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.62 → yeref-0.29.63}/pyproject.toml +0 -0
- {yeref-0.29.62 → yeref-0.29.63}/setup.cfg +0 -0
- {yeref-0.29.62 → yeref-0.29.63}/yeref/__init__.py +0 -0
- {yeref-0.29.62 → yeref-0.29.63}/yeref/l_.py +0 -0
- {yeref-0.29.62 → yeref-0.29.63}/yeref/tonweb.js +0 -0
- {yeref-0.29.62 → yeref-0.29.63}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.62 → yeref-0.29.63}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.62 → yeref-0.29.63}/yeref.egg-info/top_level.txt +0 -0
@@ -13840,7 +13840,7 @@ async def send_request_chat(bot, chat_id, lz, is_group=False):
|
|
13840
13840
|
can_post_messages=True,
|
13841
13841
|
can_edit_messages=True,
|
13842
13842
|
can_pin_messages=True,
|
13843
|
-
can_manage_topics=
|
13843
|
+
can_manage_topics=True,
|
13844
13844
|
can_manage_direct_messages=True)
|
13845
13845
|
|
13846
13846
|
kb_entity = KeyboardButtonRequestChat(request_id=1, chat_is_channel=True, chat_is_forum=False,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|