Can`t connect to https://api.telegram.org from docker container

Good day to all.
I`m trying to send massages to telegram bot from docker container.
For this task i use core telegram API “https://api.telegram.org” .
It is works fine. But some times pass, my script become to have a time out error when it try to connect to telegram API. Also, there is a fanny thing, i can’t reach to API from all my containers.
For testing i use command : curl https://api.telegram.org .
Also, API is reachable from my windows pc and WSL.
My docker desk top version : 4.12.0
I use Windows 11.
Can some one help with this issue?