Content

data class Content(val member: Member, val capabilities: Set<String>, val isMuted: Boolean, val isBlocked: Boolean) : ChannelInfoMemberViewState

Represents the content state of the channel member information.

Parameters

member

The member whose information is being displayed.

capabilities

The set of own capabilities in the channel.

isMuted

Whether the member's user is muted by the current user.

isBlocked

Whether the member's user is blocked by the current user.

Constructors

Link copied to clipboard
constructor(member: Member, capabilities: Set<String>, isMuted: Boolean, isBlocked: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard