Closed iamludal closed 4 years ago
@luddoz-c Hi, this method is no from Telegram Bot API (https://core.telegram.org/bots/api).
The method you are talking about is for Telegram customers, not bots. If you want to do that you must create a userbot and use TDLib
Actually, bots can call it
Actually, bots can call it
But it is not the Telegram bot API, it is a method that you can use if you use TDLib for your bot.
Feature Request.
I have:
Introduction
A
getFullUser
method directly on the instance ofTelegramBot
. This can allow to fetch the profile of a user from its id (to get, for instance, its username, first name...)See : https://core.telegram.org/method/users.getFullUser
Example