Muted User List Query Params
data class MutedUserListQueryParams @JvmOverloads constructor(var channelType: ChannelType, var channelUrl: String, var limit: Int = QUERY_DEFAULT_LIMIT)
Params for creating a MutedUserListQuery 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 muted users from.
Link copied to clipboard
The channel url of the channel you want to get muted users from.