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
52 lines (35 loc) · 1.16 KB
/
Copy pathdata.py
File metadata and controls
52 lines (35 loc) · 1.16 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
47
48
49
50
51
52
from pyrogram.types import InlineKeyboardButton
class Data:
generate_single_button = [InlineKeyboardButton("🔥 Start Generating Session 🔥", callback_data="pyrogram")]
home_buttons = [
generate_single_button,
[InlineKeyboardButton(text="🏠 Return Home 🏠", callback_data="home")]
]
generate_button = [generate_single_button]
buttons = [
generate_single_button,
[InlineKeyboardButton("♥ More Amazing bots ♥", url="https://t.me/adult_updates")],
]
START = """
Hey {}
Welcome to {}
To Save To Timer Photos And Timer Video\nGenerating Session
By @Black_Devil_Admin
"""
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 to generate Pyrogram and Telethon string session by @StarkBots
Source Code : [Click Here](https://github.com/StarkBotsIndustries/StringSessionBot)
Framework : [Pyrogram](https://docs.pyrogram.org)
Language : [Python](https://www.python.org)
Developer : @StarkAgent
"""