sticker-captcha-bot/config.gen.yml
2022-07-02 19:44:57 +08:00

17 lines
283 B
YAML

# API Credentials of your telegram application created at https://my.telegram.org/apps
api_id: "ID_HERE"
api_hash: "HASH_HERE"
# bot token
bot_token: "TOKEN_HERE"
# Either debug logging is enabled or not
debug: "False"
# socks5
proxy_addr: ""
proxy_port: ""
# ipv6
ipv6: "False"