telegram_libs 0.1.5__py3-none-any.whl → 0.1.6__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.
- telegram_libs/__init__.py +1 -1
- telegram_libs/utils.py +1 -0
- {telegram_libs-0.1.5.dist-info → telegram_libs-0.1.6.dist-info}/METADATA +1 -1
- telegram_libs-0.1.6.dist-info/RECORD +9 -0
- telegram_libs-0.1.5.dist-info/RECORD +0 -9
- {telegram_libs-0.1.5.dist-info → telegram_libs-0.1.6.dist-info}/LICENSE +0 -0
- {telegram_libs-0.1.5.dist-info → telegram_libs-0.1.6.dist-info}/WHEEL +0 -0
telegram_libs/__init__.py
CHANGED
telegram_libs/utils.py
CHANGED
@@ -42,6 +42,7 @@ async def more_bots_list_command(update: Update, context: ContextTypes.DEFAULT_T
|
|
42
42
|
message = """Here is the list of all bots: \n\n
|
43
43
|
- <a href="https://t.me/MagMediaBot">Remove Background</a>
|
44
44
|
- <a href="https://t.me/UpscaleImageGBot">Upscale Image</a>
|
45
|
+
- <a href="https://t.me/GenerateBackgroundGBot">Generate a Background</a>
|
45
46
|
- <a href="https://t.me/kudapoyti_go_bot">Recommend a place to visit</a>
|
46
47
|
"""
|
47
48
|
await update.message.reply_text(message, disable_web_page_preview=True, parse_mode='HTML')
|
@@ -0,0 +1,9 @@
|
|
1
|
+
telegram_libs/__init__.py,sha256=AVIn-Xg8urpHrIPL6D6eYjLlG_J7l5nQQ3e8AnB8D_s,82
|
2
|
+
telegram_libs/constants.py,sha256=F6pgwAuv2FgGZxxFwYYJomM4_hosexLoYsvHXQiuVNg,538
|
3
|
+
telegram_libs/subscription.py,sha256=3NenqG9JL7FJEu56TqnYBF5piJg-r4j8mT4-TjPtoBM,1845
|
4
|
+
telegram_libs/translation.py,sha256=OB89EyvwA89hxDfOJQcod96xoR5FSM4hsexl3_muqq0,1434
|
5
|
+
telegram_libs/utils.py,sha256=d_abNI0xj6WXIpj9tsjO9f3GzqWZ2x4x1VHBcfGStO4,1672
|
6
|
+
telegram_libs-0.1.6.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
|
7
|
+
telegram_libs-0.1.6.dist-info/METADATA,sha256=sw2xdps8RR4I81O7k19qpXRDXVPTm5uAS3rUy_LLYW0,803
|
8
|
+
telegram_libs-0.1.6.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
9
|
+
telegram_libs-0.1.6.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
telegram_libs/__init__.py,sha256=fo5Zc0080sDtseiBrQUIJw7X1l5eLxPMiHz2TTSVxVg,82
|
2
|
-
telegram_libs/constants.py,sha256=F6pgwAuv2FgGZxxFwYYJomM4_hosexLoYsvHXQiuVNg,538
|
3
|
-
telegram_libs/subscription.py,sha256=3NenqG9JL7FJEu56TqnYBF5piJg-r4j8mT4-TjPtoBM,1845
|
4
|
-
telegram_libs/translation.py,sha256=OB89EyvwA89hxDfOJQcod96xoR5FSM4hsexl3_muqq0,1434
|
5
|
-
telegram_libs/utils.py,sha256=S7_eRyyAAWUd1Q1SFreLxKAK0rqeDNDSddCLNWsD6CE,1594
|
6
|
-
telegram_libs-0.1.5.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
|
7
|
-
telegram_libs-0.1.5.dist-info/METADATA,sha256=97vMNd0jGrDk4vjJsrpA8iup0h1oLB9mPhdlN2Cf22E,803
|
8
|
-
telegram_libs-0.1.5.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
9
|
-
telegram_libs-0.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|