ERROR (Thread-7) [homeassistant.components.telegram_bot] Error sending message: Chat not found

Hi, I am trying to send messages by telegram and I get the following error:

2019-03-07 16:51:17 ERROR (Thread-7) [homeassistant.components.telegram_bot] Error sending message: Chat not found. Args: (id, 'Hello world'), kwargs: {'parse_mode': 'Markdown', 'timeout': None, 'reply_markup': None, 'reply_to_message_id': None, 'disable_web_page_preview': None, 'disable_notification': False}

My configuration is the following:

configuration.yalm

telegram_bot:
  - platform: polling
    api_key: token
    allowed_chat_ids:
      - id

notify:
  - platform: telegram
    name: test
    chat_id: id

automations.yalm

alias: Test Telegram
      trigger:
      - entity_id: binary_sensor.door_window_sensor_158d0002c35176
        from: 'off'
        platform: state
        to: 'on'
      condition: []
      action:
      - data:
          message: Hello world
        service: notify.test

Could someone help me?

Thanks

HI
have the same error
did you solve it ?
I be glad if you can tell how
Regards
David