OperatorListQuery

OperatorListQuery

Query class used to get list of operators (both for group channels and open channels). Initialize this class with openChannel.createOperatorListQuery() and groupChannel.createOperatorListQuery()

Members

hasNext :boolean

Type:
  • boolean

isLoading :boolean

Type:
  • boolean

limit :number

Default Value:
  • 20
Type:
  • number

Methods

next(callbackopt) → {Promise|undefined}

Executes the query

Parameters:
Name Type Attributes Description
callback userListQueryCallback <optional>
Returns:
Type
Promise | undefined