|
@@ -1,16 +1,24 @@
|
|
|
bot:
|
|
bot:
|
|
|
token: null
|
|
token: null
|
|
|
- timeout: 10
|
|
|
|
|
|
|
+ timeout: 15
|
|
|
|
|
+behavior:
|
|
|
|
|
+ slowmode:
|
|
|
|
|
+ enabled: true
|
|
|
|
|
+ mode: user
|
|
|
|
|
+ delay: 120
|
|
|
|
|
+ subscription_requirement:
|
|
|
|
|
+ enabled: false
|
|
|
|
|
+ channel_ids: null
|
|
|
forwarding:
|
|
forwarding:
|
|
|
- moderation_chat_id: null
|
|
|
|
|
- publication_chat_id: null
|
|
|
|
|
|
|
+ moderation_chat_ids: null
|
|
|
|
|
+ publication_channel_ids: null
|
|
|
types:
|
|
types:
|
|
|
- text
|
|
- text
|
|
|
- photo
|
|
- photo
|
|
|
- video
|
|
- video
|
|
|
openai:
|
|
openai:
|
|
|
api_key: null
|
|
api_key: null
|
|
|
- timeout: 10
|
|
|
|
|
|
|
+ timeout: 60
|
|
|
max_retries: 0
|
|
max_retries: 0
|
|
|
moderation:
|
|
moderation:
|
|
|
enabled: true
|
|
enabled: true
|