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

5.1 KiB

//docs/dev.inmo.tgbotapi.types.chat.abstracts.extended/ExtendedGroupChat

ExtendedGroupChat

[common] interface ExtendedGroupChat : GroupChat, ExtendedPublicChat

Properties

Name Summary
chatPhoto [common] abstract val chatPhoto: ChatPhoto?
description [common] abstract val description: String
id [common] abstract val id: ChatId
inviteLink [common] abstract val inviteLink: String?
permissions [common] abstract val permissions: ChatPermissions
pinnedMessage [common] abstract val pinnedMessage: Message?
title [common] abstract val title: String

Inheritors

Name
ExtendedSupergroupChat
ExtendedGroupChatImpl