You have to change your expression on the Node “Telegram” for “Chat ID” from:
{{$node["Telegram Trigger"].json["message"]["chat"]["id"]}}
to
{{$item(0).$node["Telegram Trigger"].json["message"]["chat"]["id"]}}
You can find more information about that at the posts linked here.