How do I make use of Telegram API (not Telegram Bot API)'s functions? I read from the official API documentation that there is a function named users.getFullUser
.
How can I make use of this function to achieve my goal?
Some said I need to use raw command via MTProto
, but I have no clue where to start? Is there any wrapper in PHP / Python?