1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-27 18:35:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.chat.extended/-extended-channel-chat-impl/index.md
2021-03-17 15:18:37 +00:00

4.1 KiB

//docs/dev.inmo.tgbotapi.types.chat.extended/ExtendedChannelChatImpl

ExtendedChannelChatImpl

[common] data class ExtendedChannelChatImpl(id: ChatId, title: String, username: Username?, chatPhoto: ChatPhoto?, description: String, inviteLink: String?, pinnedMessage: Message?, linkedGroupChatId: ChatId?) : ExtendedChannelChat

Properties

Name Summary
chatPhoto [common] open override val chatPhoto: ChatPhoto? = null
description [common] open override val description: String
id [common] open override val id: ChatId
inviteLink [common] open override val inviteLink: String? = null
linkedGroupChatId [common] open override val linkedGroupChatId: ChatId? = null
pinnedMessage [common] open override val pinnedMessage: Message? = null
title [common] open override val title: String
username [common] open override val username: Username? = null