-
Notifications
You must be signed in to change notification settings - Fork 5
Environmental Variables
Arnab Paryali edited this page Dec 3, 2021
·
3 revisions
- Type:
number - Desc: Your telegram app's API ID. Get it from https://my.telegram.org/apps.
- Type:
string - Desc: Your telegram app's API Hash. Get it from https://my.telegram.org/apps.
- Type :
string - Desc: GramJS/Telethon session string of the Telegram Account.
- Desc: GramJS maximum connection retries limit
- Type:
number - Default: 5
- Type:
string - Desc: GramJS Log Level. Learn More
- Options:
none|debug|error - Default:
none
- Type:
string - Desc: Userbot command prefix. e.g: In command
.help-.is the CMD_PREFIX - Default:
.
- Type:
string - Desc: Connection string of Postgres Database. You can get a free database from elephantsql.com, heroku.com.
- Type:
string - Desc: A Private Group/Channgel Id where LazyBot will log essential informations,errors.
- Type:
string - Desc: PM Permit is a feature to inbox spamming and Unwanted PMs. It replies to the sender to wait for your reply and automatically blocks the sender if he sends more messages than
PM_PERMIT_MAX_WARNS. - Choices:
text|media - Default:
text
- Type:
string - Desc: Direct link of media for the reply message if you have set
PM_PERMIT_MODEtomedia. The link can be of animageorvideo - Default: https://telegra.ph/file/830d75f72e02ca97f7242.jpg
- Type:
number - Desc: Maximum number of messages to tolerate in PMPermit
- Default:
3