# [Bot Token] # This is the token you obtained from @BotFather token:<bot_token>
# [List of Admin User IDs] # ETM will only process messages and commands from users # listed below. This ID can be obtained from various ways # on Telegram. admins: -<user_id>
################## # Optional items # ################## # [Experimental Flags] # This section can be used to toggle experimental functionality. # These features may be changed or removed at any time. # Options in this section is explained afterward. flags: # 忽略被静音的人员或者群组的消息 message_muted_on_slave:mute
# [Network Configurations] # [RPC Interface] # Refer to relevant sections afterwards for details. #request_kwargs: # HTTP proxy #proxy_url: http://172.18.0.1:8118 # Optional, if you need authentication: #username: PROXY_USER #password: PROXY_PASS # SOCKS5 proxy #proxy_url: socks5://172.18.0.1:1080 # Optional, if you need authentication: #urllib3_proxy_kwargs: # username: PROXY_USER # password: PROXY_PASS