-
public final class ChannelExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static BooleanisAnonymousChannel(Channel $self)final static BooleanisMutedFor(Channel $self, User user)Checks if Channel is muted for user. final static List<User>getUsersExcludingCurrent(Channel $self)-
-
Method Detail
-
isAnonymousChannel
final static Boolean isAnonymousChannel(Channel $self)
-
isMutedFor
final static Boolean isMutedFor(Channel $self, User user)
Checks if Channel is muted for user.
-
getUsersExcludingCurrent
final static List<User> getUsersExcludingCurrent(Channel $self)
-
-
-
-