Banned User List Query Params
data class BannedUserListQueryParams @JvmOverloads constructor(var channelType: ChannelType, var channelUrl: String, var limit: Int = QUERY_DEFAULT_LIMIT)
Params for creating a BannedUserListQuery object.
Since
4.0.0
See also
Constructors
Link copied to clipboard
Properties
Link copied to clipboard
The ChannelType of the channel you want to get banned users from.
Link copied to clipboard
The channel url of the channel you want to get banned users from.