-
public final class MutedUserListQuery extends UserListQuery
A class representing query to retrieve lists related to muted User.
-
-
Method Summary
Modifier and Type Method Description static MutedUserListQuery
create(@NonNull() BaseChannel.ChannelType channelType, @NonNull() String channelUrl)
Creates a query instance to get members. -
-
Method Detail
-
create
@NonNull() static MutedUserListQuery create(@NonNull() BaseChannel.ChannelType channelType, @NonNull() String channelUrl)
Creates a query instance to get members.
- Parameters:
channelType
- a type of channel.channelUrl
- an url of channel.
-
-
-
-