can I use some methods from here - Telegram API for my Telegram Bot. I am asking because I need in a methods which no present in Telegram Bot Api. If yes, please write How I can to do that.
Asked
Active
Viewed 551 times
2 Answers
1
As the other contributor has already answered, you can't normally use Telegram API inside bots. But you can actually leverage some libraries like (MadelineProto (php), Pyrogram (python), Telethon (python), etc...) to create a userbot instance behind the scene and the bot can delegate the tasks that requires Telegram API to the userbot in the background.

Tibebes. M
- 6,940
- 5
- 15
- 36