Member
@Immutable
Represents a channel member.
Constructors
Link copied to clipboard
constructor(user: User, createdAt: Date? = null, updatedAt: Date? = null, isInvited: Boolean? = null, inviteAcceptedAt: Date? = null, inviteRejectedAt: Date? = null, shadowBanned: Boolean = false, banned: Boolean = false, channelRole: String? = null, notificationsMuted: Boolean? = null, status: String? = null, banExpires: Date? = null)
Properties
Link copied to clipboard
The date the ban expires.
Link copied to clipboard
The user's channel-level role.
Link copied to clipboard
The date the invite was accepted.
Link copied to clipboard
The date the invite was rejected.
Link copied to clipboard
If notifications are muted for the user in the channel.
Link copied to clipboard
If channel member is shadow banned.