forked from vijayan9847/MT-MyTelegramOrg-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslation.py
More file actions
20 lines (17 loc) · 1.19 KB
/
translation.py
File metadata and controls
20 lines (17 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
class Translation(object):
START_TEXT = """Hi!
🖥️How To Use This Bot🖥️ https://youtu.be/5eEsvLAKVc0 \n\nplease read the TnC before proceeding: https://t.me/Mo_Tech_YT/122
\n👤Any Doubt @Mo_Tech_Group\n🤖Bot Update @Mo_Tech_YT\n
Enter your Telegram Phone Number, to get the APP-ID from my.telegram.org
/start at any stage to re-enter your details"""
AFTER_RECVD_CODE_TEXT = """I see!
now please send the Telegram code that you received from Telegram!
this code is only used for the purpose of getting the APP ID from my.telegram.org
if you do not trust this bot dev, please host this bot yourself
by opening https://github.com/MRK-YT/MT-MyTelegramOrg-Bot and clicking on the Pink Button
/start at any stage to re-enter your details"""
BEFORE_SUCC_LOGIN = "recieved code. Scarpping web page ..."
ERRED_PAGE = "something wrongings. failed to get app id. \n\n@Mo_Tech_Group\n\nHow Get Api Code For Website https://youtu.be/5eEsvLAKVc0"
CANCELLED_MESG = "Bye! Please re /start the bot conversation"
IN_VALID_CODE_PVDED = "sorry, but the input does not seem to be a valid Telegram Web-Login code"
IN_VALID_PHNO_PVDED = "sorry, but the input does not seem to be a valid phone number"