Telegram Integration not showing up,

Hello, anyone knows if the Telegram integration needs to be installed, or if dependencies need some sort of update?

(Home Assistant Supervised)

I am getting and error:

The following integrations and platforms could not be set up:

telegram_bot
telegram.notify

I can´t search the services on the Developer Tools neither.

When I check the HA log get this errors:

Logger: homeassistant.components.telegram_bot
Source: components/telegram_bot/__init__.py:422
Integration: telegram_bot (documentation, issues)
First occurred: 12:23:17 AM (1 occurrences)
Last logged: 12:23:17 AM

Error setting up platform polling
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/__init__.py", line 316, in async_setup
    receiver_service = await platform.async_setup_platform(hass, p_config)
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/polling.py", line 18, in async_setup_platform
    bot = initialize_bot(config)
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/__init__.py", line 422, in initialize_bot
    return Bot(token=api_key, request=request)
  File "/usr/local/lib/python3.9/site-packages/telegram/bot.py", line 206, in __init__
    self.token = self._validate_token(token)
  File "/usr/local/lib/python3.9/site-packages/telegram/bot.py", line 300, in _validate_token
    raise InvalidToken()
telegram.error.InvalidToken: Invalid token
Logger: homeassistant.setup
Source: setup.py:154
First occurred: 12:23:17 AM (1 occurrences)
Last logged: 12:23:17 AM

Setup failed for telegram_bot: Integration failed to initialize.
Logger: homeassistant.setup
Source: setup.py:289
First occurred: 12:23:18 AM (1 occurrences)
Last logged: 12:23:18 AM

Unable to prepare setup for platform telegram.notify: (DependencyError(...), 'Could not setup dependencies: telegram_bot')

did you ever get this solved? I have the same issue on current version HA

Telegram integration is set up in configuration.yaml
Telegram documentation can give you a good clue how to set it up.
It’s not that hard as it seems in beginning.