Content

data class Content(val member: Member, val capabilities: Set<String>, val isMuted: Boolean, val isBlocked: Boolean, val isOwner: Boolean = false) : 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.

isOwner

Whether the member is the channel owner (its creator).

Constructors

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

Properties

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