I have a telegram chat bot implemented in java and jhipster with this API: rubenlagus/TelegramBots
I want to add a functionality: Make a phone call to a user without using callMeBot or similar. That is, making the call from code without using a third party url.
Is there any way to do it?
It is not necessary for a message to be transmitted, it is enough for the phone to ring. The call can be through telegram or not. The important thing is that the cell phone rings.