docs / com.github.insanusmokrassar.TelegramBotAPI.types.chat.extended / ExtendedChannelChatImpl

ExtendedChannelChatImpl

(common) data class ExtendedChannelChatImpl : ExtendedChannelChat (source)

Constructors

(common)

<init>

ExtendedChannelChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, description: String = "", inviteLink: String? = null, pinnedMessage: Message? = null)

Properties

(common)

chatPhoto

val chatPhoto: ChatPhoto?
(common)

description

val description: String
(common)

id

val id: ChatId
(common)

inviteLink

val inviteLink: String?
(common)

pinnedMessage

val pinnedMessage: Message?
(common)

title

val title: String
(common)

username

val username: Username?