Remove a Chat Member

Remove Chat Member

Use this method to remove a Chat Member from Chat. On success, ChatMember is returned with the status "removed". Remove user is a temporary way of kicking the user out of the Group or Channel. The user will be able to join Chat once again.

FieldTypeRequiredDescription
methodStringYes"removeChatMember"
chat_idStringYesUnique identifier for Group or Channel where member used to belong to.
user_idStringYesUnique identifier for the banned user.
Language