Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python telegram bot(Telepot) group chat

Tags:

telegram-bot

I'm making telegram bot using telepot.

The group chat message work a handler when it started with '/'.

Is there a way to get all group chat message?

like image 258
Drycell Avatar asked Jul 22 '26 09:07

Drycell


1 Answers

there are 2 ways to get all the messages of a group:

1.your bot should be added as an admin in that group.

  1. disable privacy mode in settings of your bot via @botfather(it is enabled as default(except for bots that are added as admin))
like image 61
tashakori Avatar answered Jul 24 '26 04:07

tashakori