1

I dont want to use python libraries like telethon to interact with telegram MtProto api, instead I want to hit the api directly with http-request like curl or via Postman

The reason is that, the actual api response and the library response for an api call, could be different.

John Byro
  • 674
  • 3
  • 13

1 Answers1

0

If you want to start from scratch and interact with mtproto you should start with this post and also have a look at the Official docs

kr3ypt0n
  • 23
  • 1
  • 4