createMutedUserListQuery

fun createMutedUserListQuery(limit: Int = QUERY_DEFAULT_LIMIT): MutedUserListQuery

Creates a query instance to get the muted user (online and offline both) list of this channel.

Return

Query to use.

Parameters

limit

the maximum number of Users per queried page. Defaults to 20.

See also