forked from dengerous53/gh8rehghsyerwr98yhu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
b.py
40 lines (30 loc) · 1.14 KB
/
b.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
from f import *
from a import *
from c import *
from e import *
DB_URI = os.environ.get("DB_URI")
client = TelegramClient('ShortUrlLink', APP_ID, API_HASH).start(
bot_token=BOT_TOKEN)
from f import *
start_message = """<b>
Hey There, {}
🔀 I Can Convert Link To ShortLink
💬 Send Me Any Message With Links
🔗 I Will Shorten All Links In It
🔂 Convert to <a href="https://du-link.in/member/tools/bookmarklet">ShortUrlLink</a> & <a href="https://playdisk.xyz/member/tools/bookmarklet">PlayDisk</a>
©️Powered By @A2z_tech
</b>"""
start_button = [[Button.url("Join Channel ♥️", "t.me/A2z_tech"), Button.inline("About Bot 🤖", "abt")],
[Button.inline("Connect To Shortner 🔗", 'api')]]
api_message = """
<b>Which Shortner Do u Want to Connect To:</b>
"""
api_button = [[Button.url("Shorturllink.in", "https://du-link.in/member/tools/bookmarklet")],
[Button.url("Playdisk.xyz", "https://tnlink.in//member/tools/bookmarklet")]]
about_text = """<b>
🤖 Name : Shorurllink Link Convertor
🔠 Language : Python3
📚 Library : Telethon
🧑🏻💻 Developer : @Ziko_0000
©️Powered By @TN_LINKZZ
</b>"""