Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BlockedUsersRequest

Index

Properties

Methods

Properties

Static directions

directions: { BLOCKED_BY_ME: string; BOTH: string; HAS_BLOCKED_ME: string } = ...

Type declaration

  • BLOCKED_BY_ME: string
  • BOTH: string
  • HAS_BLOCKED_ME: string

Methods

fetchNext

  • fetchNext(): Promise<[] | User[]>
  • Get list of next set of blocked users based on the parameters specified in BlockedUsersRequestBuilder class. The Developer need to call this method repeatedly using the same object of BlockedUsersRequest class to get paginated list of blocked users.

    Returns Promise<[] | User[]>