ForumChatImpl

@Serializable
data class ForumChatImpl(val id: IdChatIdentifier, val title: String, val username: Username? = null) : ForumChat

Constructors

Link copied to clipboard
constructor(id: IdChatIdentifier, title: String, username: Username? = null)

Properties

Link copied to clipboard
open override val id: IdChatIdentifier
Link copied to clipboard
open override val title: String
Link copied to clipboard
open override val username: Username? = null