Telegram, 2 recipients - after adding chat_ID only 2nd recipient gets message

Hi,
my notification works fine - in general.
Now I did add another ID - and the messages are only been sent to the added user.

Do you realize any error in my code?

telegram_bot:
   - platform: polling
     api_key: "105xxxxxxxx:AAxxxxxxxxxxxxxxxEJEwMQqgKE"
     allowed_chat_ids:
      - 105xxxxxxxx
      - 100xxxxxxxx
 
 notify:
   - name: HA_Message
     platform: telegram
     chat_id: 105xxxxxxxx
     chat_id: 100xxxxxxxx

Would be great if someone can check…

Regards,
Joerg

PS: I have no clue how the quote feature works…everytime the window pops up with 3 dashes, but my german keyboard seems not to offer the right ones…annoying. I hope it can be read the way it is…

No the formatting is not acceptable.

On German keyboard, backtick ´ is on the left to backspace , or right to ß key.

You need to press that key and then press space to show up the ´ character.

So six key presses for three backticks.

Ok, at least on my mobile I found the key…
Thank you

Good work. You need to format it like this:

telegram_bot:
   - platform: polling
     api_key: "105xxxxxxxx:AAxxxxxxxxxxxxxxxEJEwMQqgKE"
     allowed_chat_ids:
      - 105xxxxxxxx
      - 100xxxxxxxx
 
 notify:
   - name: HA_Message_1
     platform: telegram
     chat_id: 105xxxxxxxx
   - name: HA_Message_2
     platform: telegram
     chat_id: 100xxxxxxxx