0

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?

Raptor
  • 53,206
  • 45
  • 230
  • 366

1 Answers1

0

You can use Madeline Proto (docs.madelineproto.xyz) for PHP and Pyrogram for Python.

Neneone
  • 57
  • 6