Reputation: 11
I am trying to create a bot that checks if a user has joined a channel and if it is true then reply an automatic message.
Any ideas? Thanks in advance.
Upvotes: 0
Views: 726
Reputation: 8015
You can use getChatMember method with administer permission.
P.S. remember to put both chat_id
and user_id
into the request.
Upvotes: 1