Package-level declarations
Types
Link copied to clipboard
@Serializable
Represents a communication channel within the LunaticChat application.
Link copied to clipboard
data class ChannelContext(val channelId: String, val channel: Channel, val members: List<ChannelMember>)
Link copied to clipboard
Link copied to clipboard
@Serializable
Represents a member of a channel with their role and join timestamp.
Link copied to clipboard
Link copied to clipboard
Represents the role of a user within a channel.