ChannelMember
@Serializable
Represents a member of a channel with their role and join timestamp.
Constructors
Link copied to clipboard
constructor(channelId: String, playerId: UUID, role: ChannelRole, joinedAt: Long = System.currentTimeMillis())