yeref 0.29.62__tar.gz → 0.29.64__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.64}/PKG-INFO +1 -1
- {yeref-0.29.62 → yeref-0.29.64}/setup.py +1 -1
- {yeref-0.29.62 → yeref-0.29.64}/yeref/yeref.py +6 -6
- {yeref-0.29.62 → yeref-0.29.64}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.62 → yeref-0.29.64}/pyproject.toml +0 -0
- {yeref-0.29.62 → yeref-0.29.64}/setup.cfg +0 -0
- {yeref-0.29.62 → yeref-0.29.64}/yeref/__init__.py +0 -0
- {yeref-0.29.62 → yeref-0.29.64}/yeref/l_.py +0 -0
- {yeref-0.29.62 → yeref-0.29.64}/yeref/tonweb.js +0 -0
- {yeref-0.29.62 → yeref-0.29.64}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.62 → yeref-0.29.64}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.62 → yeref-0.29.64}/yeref.egg-info/top_level.txt +0 -0
@@ -222,7 +222,7 @@ demo_other3_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75
|
|
222
222
|
|
223
223
|
|
224
224
|
# region default
|
225
|
-
BOT_CBAN_ = '
|
225
|
+
BOT_CBAN_ = '☐☐☐☐☐'
|
226
226
|
BOT_CTRANSLATE_ = '☐'
|
227
227
|
BOT_CPAY_ = '☐☐☐☐☐'
|
228
228
|
BOT_CINTEGRATION_ = '☐☐'
|
@@ -251,7 +251,7 @@ UB_VARS_ = '{"UB_PROMO": "#911", "UB_CHANNEL": 0, "UB_CHANNELTID": 0, "UB_GROUP"
|
|
251
251
|
UB_LSTS_ = '{}'
|
252
252
|
|
253
253
|
GROUPP_CCHECK_ = '☑☐☐☐☐'
|
254
|
-
GROUPP_CBAN_ = '
|
254
|
+
GROUPP_CBAN_ = '☐☐☐☐☐'
|
255
255
|
GROUPP_CDIALOG_ = '☑☑☑'
|
256
256
|
|
257
257
|
GROUPP_CSYSTEM_ = '☑'
|
@@ -273,7 +273,7 @@ GROUPP_CUSERDELAY_ = 1
|
|
273
273
|
|
274
274
|
CHANNEL_CONFIG_ = '☑☑☑☐☐☐☐'
|
275
275
|
CHANNEL_CCHECK_ = '☑☐☐☐'
|
276
|
-
CHANNEL_CBAN_ = '
|
276
|
+
CHANNEL_CBAN_ = '☐☐☐☐☐'
|
277
277
|
CHANNEL_CDECOR_ = '☐☐☐'
|
278
278
|
CHANNEL_CSYSTEM_ = '☑'
|
279
279
|
CHANNEL_CPAY_ = '☐☐☐'
|
@@ -13562,11 +13562,11 @@ async def is_reason(user_id, user_username, user_full_name, ENT_CBAN):
|
|
13562
13562
|
url = f"https://api.cas.chat/check?user_id={user_id}"
|
13563
13563
|
resp = await client.get(url)
|
13564
13564
|
|
13565
|
-
print(f"? JSON: {url}")
|
13565
|
+
# print(f"? JSON: {url}")
|
13566
13566
|
if resp.status_code == 200 and resp.headers.get("Content-Type", "").startswith("application/json"):
|
13567
13567
|
data = resp.json()
|
13568
13568
|
|
13569
|
-
print(f"? JSON: {data}")
|
13569
|
+
# print(f"? JSON: {data}")
|
13570
13570
|
if data.get("ok") is True:
|
13571
13571
|
print(f"✅ JSON: {data}")
|
13572
13572
|
result = f"cas: {url}"
|
@@ -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
|