-1

I have a task to communicate with someone else's bot in Telegram by making requests. Is it possible somehow to send messages, press keys inline through requests and receive a response? p.s. not having a bot api key Selenium doesn't quite suit me.

Павел
  • 19
  • 5
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 16 '22 at 14:40

1 Answers1

1

You cannot do that with bots, nor the Bot API, and neither by logging in as a bot with MTProto. You should use a library like Pyrogram and login as a user to do that.

Roj
  • 995
  • 1
  • 8
  • 22