Skip to content

unblockUser

Sahri Riza Umami edited this page Jun 23, 2018 · 4 revisions

Removes a user from the blacklist.

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

Example

  • Removes user 133780085 from the black list.

    unblockUser(133780085)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally