MutedUserListQuery

MutedUserListQuery

Query class for retrieving muted users. Initialize with this openChannel.createMutedUserListQuery()

Constructor

new MutedUserListQuery(args)

See:
Parameters:
Name Type Description
args Object
Properties
Name Type Description
channelUrl string
isOpenChannel boolean

Members

hasNext :boolean

Type:
  • boolean

isLoading :boolean

Type:
  • boolean

limit :boolean

Default Value:
  • 20
Type:
  • boolean

Methods

next(callbackopt) → {Promise|undefined}

Executes the query

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