video-stream/sample.env
2021-09-14 14:56:49 +07:00

24 lines
354 B
Bash

# Your Session
SESSION_NAME=
# Your Bot username without @
BOT_USERNAME=
# Bot TOKEN from @botfather
BOT_TOKEN=
# Your 2nd account username without @
ASSISTANT_NAME=
# 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