ParticipantListQueryParams

data class ParticipantListQueryParams @JvmOverloads constructor(var channelUrl: String, var limit: Int = QUERY_DEFAULT_LIMIT)

Params for creating a ParticipantListQuery object.

Since

4.0.0

See also

Constructors

Link copied to clipboard
constructor(channelUrl: String, limit: Int = QUERY_DEFAULT_LIMIT)

Properties

Link copied to clipboard

The channel url of the channel you want to get banned users from.

Link copied to clipboard
var limit: Int

The maximum number of items per queried page.