-
Notifications
You must be signed in to change notification settings - Fork 4
/
f.py
38 lines (27 loc) · 1.08 KB
/
f.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
import telethon
Button = telethon.Button
events = telethon.events
TelegramClient = telethon.TelegramClient
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://shorturllink.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://shorturllink.in/member/tools/bookmarklet")],
[Button.url("Playdisk.xyz", "https://playdisk.xyz/member/tools/bookmarklet")]]
about_text = """<b>
🤖 Name : Shorurllink Link Convertor
🔠 Language : Python3
📚 Library : Telethon
🧑🏻💻 Developer : @Ziko_0000
©️Powered By @A2z_tech
</b>"""