data class ChannelChatImpl : ChannelChat
(source)
(common)
<init> |
ChannelChatImpl(id: ChatId, title: String, username: Username? = null) |
(common)
id |
val id: ChatId |
(common)
title |
val title: String |
(common)
username |
val username: Username? |