Block User
Description
Section titled “Description”wss block_user
The block_user
request will block the sending of packets to users who have identifiers from the sent array.
Request Parameters
Section titled “Request Parameters”Name | Type | Description |
---|---|---|
ids | string | User IDs |
Response Fields
Section titled “Response Fields”{ "response": { "id": "RequestId", "success": true }}
Example
Section titled “Example”{ "request": { "block_user": { "ids": ["63077ad836b78c3d82af0812"] }, "id": "RequestId" }}