0

I joined a private telegram group, I want to get message updates from this group.

I can create a bot but I can't add my bot to this group.

I checked various sources, all tells that bot needs to be in that group to be able to get updates.

Is there a chance that I get my messages from that private group that I joined but my bot not.

I intend to do that using python.

durdenk
  • 1,590
  • 1
  • 14
  • 36

1 Answers1

1

You can't use Telegram Bot API this way.

But you can use User API to get messages. E.g.: https://docs.pyrogram.org/

Oleg
  • 523
  • 2
  • 10