yeref 0.29.25__tar.gz → 0.29.26__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.25 → yeref-0.29.26}/PKG-INFO +1 -1
- {yeref-0.29.25 → yeref-0.29.26}/setup.py +1 -1
- {yeref-0.29.25 → yeref-0.29.26}/yeref/l_.py +1 -1
- {yeref-0.29.25 → yeref-0.29.26}/yeref/yeref.py +4 -3
- {yeref-0.29.25 → yeref-0.29.26}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.25 → yeref-0.29.26}/pyproject.toml +0 -0
- {yeref-0.29.25 → yeref-0.29.26}/setup.cfg +0 -0
- {yeref-0.29.25 → yeref-0.29.26}/yeref/__init__.py +0 -0
- {yeref-0.29.25 → yeref-0.29.26}/yeref/tonweb.js +0 -0
- {yeref-0.29.25 → yeref-0.29.26}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.25 → yeref-0.29.26}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.25 → yeref-0.29.26}/yeref.egg-info/top_level.txt +0 -0
@@ -7824,7 +7824,7 @@ l_tonest_dialog_limit_50 = {
|
|
7824
7824
|
"ar": "👩🏽💻 <b>يمكنك</b> سكّ ما يصل إلى 50 ردًا في حوار NFT",
|
7825
7825
|
}
|
7826
7826
|
l_tonest_dialog_need_correct_msgs = {
|
7827
|
-
"ru": "👩🏽💻 <b>Необходимо</b> переслать корректные сообщения (аудио формат невозможно переслать)",
|
7827
|
+
"ru": "👩🏽💻 <b>Необходимо</b> переслать корректные сообщения (сообщения от бота или аудио формат невозможно переслать)",
|
7828
7828
|
"en": "👩🏽💻 <b>You need</b> to forward valid messages (audio format cannot be forwarded)",
|
7829
7829
|
"es": "👩🏽💻 <b>Necesitas</b> reenviar mensajes válidos (el formato de audio no se puede reenviar)",
|
7830
7830
|
"fr": "👩🏽💻 <b>Vous devez</b> transférer des messages valides (le format audio ne peut pas être transféré)",
|
@@ -122,6 +122,7 @@ from yeref.l_ import l_inline_demo, l_inline_bot, l_inline_post, l_inline_media,
|
|
122
122
|
l_payment_success, l_payment_hashtag, l_inline_codex, l_permissions_add_members, l_admin_closed_group_reject, \
|
123
123
|
l_insert_group_link, l_start_group_check, l_check_group_members, l_admin_rights_required
|
124
124
|
|
125
|
+
|
125
126
|
# region group links
|
126
127
|
payment_link = 'http://bagazhznaniy.ru/wp-content/uploads/2014/03/zhivaya-priroda.jpg'
|
127
128
|
# channel_library_ru_link = 'https://t.me/+f-0AbTALTOg4ODBk'
|
@@ -253,7 +254,7 @@ GROUPP_CDIALOG_ = '☑☑☑'
|
|
253
254
|
|
254
255
|
GROUPP_CSYSTEM_ = '☑'
|
255
256
|
GROUPP_CCHANNEL_ = '☑☑'
|
256
|
-
GROUPP_CLINKS_ = '
|
257
|
+
GROUPP_CLINKS_ = '☑☑☑☑☑'
|
257
258
|
GROUPP_CSYMBOLS_ = '☑☑☑'
|
258
259
|
GROUPP_CWORDS_ = '☐☐'
|
259
260
|
|
@@ -2142,8 +2143,8 @@ allowed_startapp_params = ['fnd', 'sbt', 'don', 'sub', 'pay', 'pst', 'msg', 'ft'
|
|
2142
2143
|
tids_not_for_trans = [5134596871, 5152320320, 5200969162, 5240041587, 5277505344, 5298580533, 5300792695, 5304873693,
|
2143
2144
|
5318482236, 5372068352, 5380838469, 5456863561, 5588781655, 5621199443, 5805890320, 5846446387,
|
2144
2145
|
5850795580, 5868482417, 5951232918, 5962132892, 5969907012]
|
2145
|
-
GROUP_ANON_TID = 1087968824 # GroupAnonymousBot
|
2146
|
-
CHANNEL_BOT_ = 136817688
|
2146
|
+
GROUP_ANON_TID = 1087968824 # @GroupAnonymousBot
|
2147
|
+
CHANNEL_BOT_ = 136817688 # @Channel_bot
|
2147
2148
|
ferey_channel_europe = -1001471122743
|
2148
2149
|
ferey_channel_en = -1001833151619
|
2149
2150
|
ferey_channel_es = -1001988190840
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|