forked from ShivangKakkar/StringSessionBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.py
More file actions
46 lines (34 loc) Β· 1.26 KB
/
Copy pathdata.py
File metadata and controls
46 lines (34 loc) Β· 1.26 KB
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
41
42
43
44
45
46
from pyrogram.types import InlineKeyboardButton
class Data:
generate_single_button = [InlineKeyboardButton("π₯ Start Generating Session π₯", callback_data="generate")]
home_buttons = [
generate_single_button,
[InlineKeyboardButton(text="π Return Home π ", callback_data="home")]
]
generate_button = [generate_single_button]
buttons = [
generate_single_button,
[InlineKeyboardButton("β¨ Bot Status and More Bots β¨", url="https://t.me/scaterupdate")],
[
InlineKeyboardButton("How to Use β", callback_data="help"),
InlineKeyboardButton("πͺ About πͺ", callback_data="about")
],
[InlineKeyboardButton("β₯ Dev/> β₯", url="https://t.me/jezznolimitz")],
]
START = """
Hey {}
Welcome to {}
Anda dapat menggunakan saya untuk menghasilkan pyrogram (bahkan versi 2) dan sesi string telethon. Gunakan tombol di bawah ini untuk mempelajari lebih lanjut!
"""
HELP = """
β¨ **Available Commands** β¨
/about - About The Bot
/help - This Message
/start - Start the Bot
/generate - Generate Session
/cancel - Cancel the process
/restart - Cancel the process
"""
ABOUT = """
**About This Bot**
Telegram Bot untuk menghasilkan sesi string Pyrogram dan Telethon