Spaces:
Sleeping
Sleeping
File size: 2,325 Bytes
6b1e8b6 | 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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | #devggn
# ------------------------------------------------------------ #
START_TXT = """
Hi, welcome to Advance Content Saver Bot, designed to save restricted messages from public/private channels and private groups. First login in bot by /login then send post link.
"""
FORCE_MSG = """
Hey {},
According to my database, you've not joined the updates channel yet. If you want to use me, then join the updates channel and start me again!
"""
HELP_TXT = """
HELP SECTION π
π οΈ /settings - Open settings to set your requirements.
π /login - Login to your userbot session.
π¦ /batch - Download bulk links in a systematic way.
β /cancel - Stop batch processing.
"""
HELP2_TXT = """
π΅οΈ Help:
FOR PUBLIC AND PRIVATE CHANNEL OR GROUP:
- First, log in.
- Then send the message link of any channel that you've joined in your login account.
FOR BOT:
- Send the link in this format: https://t.me/b/bot_username/message_id (use Plus Messenger for message_id)
FOR GROUP TOPIC:
- (For Private Group) Group topic link is like: https://t.me/c/xxxxxxxxx/first_id/second_id
But, send it like this: https://t.me/c/xxxxxxx/second_id (remove first id and one /)
- (For Public Group) Follow the private link step but remove "/c" from the link. Ex - https://t.me/username/second_id
#FAQ:
- If the bot says "Have you joined the channel?" then just log in again to the bot and try.
- If your batch is stuck, then use /stop.
"""
ADMIN_TXT = """
ADMINS PANEL π οΈ
β /add - Add user ID to the premium section.
β /rem - Remove user ID from the premium section.
π /check - Check if a user ID is in the premium section.
π’ /broadcast - Broadcast a message without a forward tag.
π£ /announce - Broadcast a message with a forward tag.
π /stats - Check your bot's stats.
"""
SETTINGS_TXT = """
Welcome to the settings section. Here, you can choose button: caption or session and thumbnail.
"""
CAPTI0NS_TXT = """
Customize the bot's caption here to tailor it to your preferences and needs!
"""
THUMBNAIL_TXT = """
Customize the bot's thumbnail here to tailor it to your preferences and needs!
"""
SESSION_TXT = """
Customize the bot's session here to tailor it to your preferences and needs!
"""
CHANNEL_TXT = """
Customize the bot's channel here to tailor it to your preferences and needs!
"""
|