-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathsample_config.env
47 lines (39 loc) · 1.2 KB
/
sample_config.env
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
#!/bin/bash
#
# Copyright (C) 2020 by SpEcHIDe@Github, < https://github.com/SpEcHIDe >.
#
# This file is part of < https://github.com/SpEcHIDe/DeleteMessagesRoBot > project,
# Please see < https://github.com/SpEcHIDe/DeleteMessagesRoBot/blob/master/COPYING >
#
# All rights reserved.
# Please read the README to understand each variable values.
# ----------- REQUIRED ----------- #
# Get these two values from my.telegram.org/apps OR Telegram useTGxBot
# APP_ID=
# API_HASH=
# Create a bot using Telegram @BotFather, and get the Telegram API token.
# TG_BOT_TOKEN=
# Create a PyroGram User Session, using https://generatestringsession.spechide.repl.run/
# TG_USER_SESSION=
# ----------- OPTIONAL VARIABLES ----------- #
# TG_BOT_SESSION=
# TG_BOT_WORKERS=
# TG_SLEEP_THRESHOLD=
# LOG_FILE_ZZGEVC=
# TG_MAX_SEL_MESG=
# TG_MIN_SEL_MESG=
# SHTL_USR_HCAT_QO=
# SHTL_BOT_HCAT_QO=
# ----------- CUSTOM STRINGS ----------- #
# START_MESSAGE=
# BEGINNING_DEL_ALL_MESSAGE=
# IN_CORRECT_PERMISSIONS_MESSAGE=
# BEGINNING_SEL_DEL_MESSAGE=
# NOT_USED_DEL_FROM_DEL_TO_MESSAGE=
# THANK_YOU_MESSAGE=
# ----------- CUSTOM COMMANDS ----------- #
# START_COMMAND=
# DEL_ALL_COMMAND=
# SEL_DEL_COMMAND=
# DEL_FROM_COMMAND=
# DEL_TO_COMMAND=