Skip to content

Block User



wss block_user

The block_user request will block the sending of packets to users who have identifiers from the sent array.

NameTypeDescription
idsstringUser IDs
{
"response": {
"id": "RequestId",
"success": true
}
}
{
"request": {
"block_user": {
"ids": ["63077ad836b78c3d82af0812"]
},
"id": "RequestId"
}
}