eternnoir / pyTelegramBotAPI

Python Telegram bot api.
GNU General Public License v2.0
8.11k stars 2.03k forks source link

Enforce users joining channels #2375

Closed rsoorajs closed 2 months ago

rsoorajs commented 2 months ago

Please answer these questions before submitting your issue. Thanks!

  1. What version of pyTelegramBotAPI are you using? 4.14.1

  2. What OS are you using? linux

  3. What version of python are you using? 3.11

Is there any method provides in pyTelegramBotApi, to enforce users to join a channel to use our bot ?

Badiboy commented 2 months ago

No. You need to make some work yourself.

coder2020official commented 2 months ago

Use getchatmember Also ask this in the chat

rsoorajs commented 2 months ago

Use getchatmember Also ask this in the chat

Thank you