messages.deleteChatUser
Deletes a user from a chat and sends a service message on it.
Example
TL schema
Parameters
Name
Type
Description
chat_id
Chat ID
user_id
User ID to be deleted
Result
Possible errors
Code
Type
Description
400
CHAT_ADMIN_REQUIRED
You must be an admin in this chat to do this
400
CHAT_ID_INVALID
The provided chat id is invalid
400
PEER_ID_INVALID
The provided peer id is invalid
400
USER_ID_INVALID
The provided user ID is invalid
400
USER_NOT_PARTICIPANT
You're not a member of this supergroup/channel
Can bots use this methd ?
yes
Related pages
Last updated
Was this helpful?