Skip to content

getBlockedUsers

Sahri Riza Umami edited this page Dec 8, 2016 · 4 revisions

Returns users blocked by the current user.

getBlockedUsers(offset, limit)
Option Description
offset Number of users to skip in result, must be non-negative.
limit Maximum number of users to return, can't be greater than 100.

Example

getBlockedUsers(0, 20)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally