sticker-captcha-bot/config.gen.yml

18 lines
300 B
YAML
Raw Normal View History

2022-07-02 11:44:57 +00:00
# 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"
2022-07-05 09:16:16 +00:00
log_channel: "0"
2022-07-02 11:44:57 +00:00
# socks5
proxy_addr: ""
proxy_port: ""
# ipv6
ipv6: "False"