24 lines
596 B
YAML
Executable File
24 lines
596 B
YAML
Executable File
telegram_bot:
|
|
- platform: polling
|
|
api_key: !secret telegram_apikey
|
|
allowed_chat_ids:
|
|
- -396720922 #Esperando al Tren (Isabel)
|
|
- -377291891 #HANotificacionesSilvia
|
|
- -381626310 #HANotificacionesFamilia
|
|
- -377425576 #HANotificacionesDiego
|
|
|
|
notify:
|
|
- name: Telegram_Diego
|
|
platform: telegram
|
|
chat_id: -377425576
|
|
- name: Telegram_Silvia
|
|
platform: telegram
|
|
chat_id: -377291891
|
|
- name: Telegram_Familia
|
|
platform: telegram
|
|
chat_id: -381626310
|
|
- name: Telegram_Isabel
|
|
platform: telegram
|
|
chat_id: -396720922
|
|
|