How to notify more chats id's

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

Name:telegram_wife

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?

I am using the telegram_bot.answer_callback_query function also, and I don’t think this will work with broadcast