Advertisement
Guest User

Untitled

a guest
Mar 28th, 2021
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.31 KB | None | 0 0
  1. telegram_bot:
  2.   - platform: polling
  3.     api_key: !secret telegram_api
  4.     allowed_chat_ids:
  5.      - !secret ignat_chat
  6.       - !secret nataly_chat
  7. notify:
  8.   - name: telega
  9.     platform: telegram
  10.     chat_id: !secret ignat_chat
  11.   - name: telega_nataly
  12.     platform: telegram
  13.     chat_id: !secret nataly_chat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement