Telegram: polling->webhooks
This commit is contained in:
parent
77a7ea34ad
commit
5094864a4b
|
@ -61,10 +61,18 @@ ios:
|
||||||
|
|
||||||
|
|
||||||
telegram_bot:
|
telegram_bot:
|
||||||
- platform: polling
|
- platform: webhooks
|
||||||
|
parse_mode: html
|
||||||
api_key: !secret telegram_token
|
api_key: !secret telegram_token
|
||||||
allowed_chat_ids:
|
allowed_chat_ids:
|
||||||
- !secret telegram_chatid_martin
|
- !secret telegram_chatid_martin
|
||||||
|
trusted_networks:
|
||||||
|
- 149.154.167.197/32
|
||||||
|
- 149.154.167.198/31
|
||||||
|
- 149.154.167.200/29
|
||||||
|
- 149.154.167.208/28
|
||||||
|
- 149.154.167.224/29
|
||||||
|
- 149.154.167.232/31
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
- name: telegram_martin
|
- name: telegram_martin
|
||||||
|
|
Loading…
Reference in New Issue