KasperKC
(Kasper Korsholm Christiansen)
July 26, 2019, 5:38pm
1
Hi
I am using telegram to sent notifications to my phone, but i would also like my wife to get the same notifications? How do I do that? I looks to me that I can only specify on chat id in the configuration.
#Telegram
telegram_bot:
- platform: polling
api_key:
allowed_chat_ids:
- 1234567 #me
- 7654321 #my wife
notify:
- platform: telegram
name: telegram
chat_id: 1234567
KasperKC
(Kasper Korsholm Christiansen)
July 29, 2019, 6:49pm
3
Like this? This I cannot get to work either
#Telegram
telegram_bot:
- platform: polling
api_key:
allowed_chat_ids:
- 1234567
- 7654321
notify:
- platform: telegram
name: telegram
chat_id: 1234567
- platform: telegram
name: telegram_wife
chat_id: 7654321
Have you tried broadcast instead of polling?
KasperKC
(Kasper Korsholm Christiansen)
July 29, 2019, 7:09pm
5
I am using the telegram_bot.answer_callback_query function also, and I don’t think this will work with broadcast