# /kick

Bot's command `/kick` is able moderators and administrators to kick users from the group without a ban.

{% hint style="info" %}
Note. This command supports arguments! Read the following paragraphs for the details.
{% endhint %}

{% hint style="success" %}
Note. This command supports "quiet" mode. In this mode, your commands will be deleted, and members of your chat will not see any notifications\
To use "quiet" mode add "q" before the command (like /qkick instead of /kick)
{% endhint %}

## Configuration of the command

This command doesn't require additional configuration and is enabled for all chats.

## Command usage

{% hint style="info" %}
This command is available only for moderators and administrators in the chat
{% endhint %}

### Simple usage

Just send `/kick` as a reply to any user's message and the user you reply to will be kicked from the chat.

### Usage with arguments

Command `/kick` supports the following arguments:

* Reason - the kick reason that will be saved

#### Kick user by a mention

`/kick <mention> <reason>`

Arguments for the `/kick` command in this case are:

* `mention` (required) - any valid user mention (just type @ and then mention any user in your chat by username or by name)
* `reason` (optional) - a reason for the kick will be saved and printed

#### Kick a user by reply

You can also kick a user by replying to their message with the `/kick` command

`/kick <reason>`

Arguments for the `/kick` command in this case are:

* `reason` (optional) - a reason for the kick will be saved and printed
