video-stream/sample.env

24 lines
317 B
Bash
Raw Normal View History

2021-09-09 01:18:24 +00:00
# Your Session
SESSION_NAME=
# Username Bot
BOT_USERNAME=
# Bot TOKEN from @botfather
BOT_TOKEN=
# Your BOT NAME
2021-09-10 06:26:22 +00:00
ASSISTANT_NAME=
2021-09-09 01:18:24 +00:00
# Your API ID from my.telegram.org
API_ID=
# Your HASH from my.telegram.org
API_HASH=
# List of user IDs separated by space
SUDO_USERS=
# in minutes (default: 15)
DURATION_LIMIT=15