Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Telegram group ban/boot/kick user

I need to create a Telegram bot to moderate a group and be able to ban/boot/kick users from the group.

I could not find anything in the Telegram API to boot a user from a group, how can a bot do this through the API?

like image 873
James Avatar asked Oct 02 '16 12:10

James


People also ask

How can I see who is banned from Telegram group?

When you ban a user it removes them from the group and adds them to a list of users who cannot rejoin the group from invite links. You can see the list in the Permissions section of the group's edit menu.

How can I join a Telegram group after being banned?

How can I unban an username on telegram? - /unban <Username/Id/Reply> Will unban a previously banned user from the group, so they can join it with the group link / username again.

Can Telegram groups get banned?

A Telegram channel/group can be blocked or banned if it contains adult content. However, you can easily unblock the block or unban the ban by following the guide above. Keep in mind that you need to force close the Telegram mobile app on your phone after you've made changes in the desktop version of Telegram.


1 Answers

You can use banChatMember to remove a user from a group.

The bot must be an administrator in the chat for this to work and must have the appropriate admin rights.

like image 144
Maak Avatar answered Sep 22 '22 19:09

Maak