docs / com.github.insanusmokrassar.TelegramBotAPI.types.chat / ChannelChatImpl

ChannelChatImpl

(common) data class ChannelChatImpl : ChannelChat (source)

Constructors

(common)

<init>

ChannelChatImpl(id: ChatId, title: String, username: Username? = null)

Properties

(common)

id

val id: ChatId
(common)

title

val title: String
(common)

username

val username: Username?