ChannelDTO

data class ChannelDTO(val id: String, val name: String, val type: String, var description: String, val messages: MutableList<ChannelMessageDTO> = mutableListOf())

Constructors

Link copied to clipboard
constructor(id: String, name: String, type: String, description: String, messages: MutableList<ChannelMessageDTO> = mutableListOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard