mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
added per-group and per-channel templates
This commit is contained in:
parent
a3fcb429ce
commit
3f2e07b391
5 changed files with 28 additions and 5 deletions
|
@ -14,7 +14,7 @@ vk:
|
|||
# Default path for POST requests from VK api
|
||||
endpoint: /
|
||||
groups: []
|
||||
templates:
|
||||
templates: # (required)
|
||||
message_new: templates/message_new.md
|
||||
wall_post_new: templates/post_new.md
|
||||
group_join: templates/group_join.md
|
||||
|
@ -26,6 +26,8 @@ templates:
|
|||
# secretKey: 'groupSecretKey'
|
||||
# apiKey: 'callbackApiKey'
|
||||
# post_types: ['post','copy','reply','postpone','suggest']
|
||||
# templates: # group's custom templates (optional)
|
||||
# message_new: templates/custom/message_new.md
|
||||
# channels:
|
||||
# - id: '@pogonia_test_chan'
|
||||
# events:
|
||||
|
@ -34,4 +36,5 @@ templates:
|
|||
# - group_join
|
||||
# - group_leave
|
||||
# - message_new
|
||||
|
||||
# templates: # channel custom templates (optional)
|
||||
# wall_post_new: templates/custom/post_new.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue