Skip to content

blockUser

Sahri Riza Umami edited this page Jun 22, 2018 · 5 revisions

Adds a user to the blacklist.

blockUser(user_id, callback, data)
Field Type Description
user_id int32 User identifier.

Example

  • Adds user 133780085 to the black list.

    blockUser(user_id)

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally