'Telegram bot VOIP calls

there is an option to make my telegram bot call my telegram account? Something like bot.make_call(...).

I'm using telebot library on python, Thanks!



Solution 1:[1]

Telegram bots cannot make calls to users. To call a user you need to logged in as a user and not a bot. You can use pyrogram (A telegram client).

Here's a link to my answer where I explain how it's done.

https://stackoverflow.com/a/72335362/11814361

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Joel