optns https://w1.nandbox.net/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.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "removeChatMember" |
chat_id | String | Yes | Unique identifier for Group or Channel where member used to belong to. |
user_id | String | Yes | Unique identifier for the banned user. |