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

ExtendedGroupChatImpl

(common) data class ExtendedGroupChatImpl : ExtendedGroupChat (source)

Constructors

(common)

<init>

ExtendedGroupChatImpl(id: ChatId, title: String, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, 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)

permissions

val permissions: ChatPermissions
(common)

pinnedMessage

val pinnedMessage: Message?
(common)

title

val title: String