ChannelChatImpl

@Serializable
data class ChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null) : ChannelChat

Constructors

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

Properties

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