Open abhi3700 opened 5 years ago
Hi, thanks for your issue!
This is a bug of botogram, we're working for a solution. For now you can use the raw getChatMember
method:
status = bot.api.call("getChatMember", {"chat_id": chat.id, "user_id": message.sender.id})
Thanks for the quick reply....It worked!! But, how to check for a particular channel, if a user is a member? Is it like this:
status = bot.api.call("getChatMember", {"chat_id": chat.id, "user_id": message.sender.id, "channel": '@channel'})
Do this:
bot.api.call("getChatMember", {"chat_id": "@yourchannel", "user_id": message.sender.id})
Thanks! it started working...
@abhi3700 don't close this, this is a bug that needs to be resolved. What I sent you is just a temporary solution.
Okay!
Hi guys!, How to achieve this?
It is showing this error:
Can anyone please help me with this?