ChannelChatImpl

data class ChannelChatImpl(id: ChatId, title: String, username: Username?) : ChannelChat

Properties

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