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

8.2 KiB

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

ExtendedSupergroupChat

[common] interface ExtendedSupergroupChat : SupergroupChat, ExtendedGroupChat

Properties

Name Summary
canSetStickerSet [common] abstract val canSetStickerSet: Boolean
chatPhoto [common] abstract val chatPhoto: ChatPhoto?
description [common] abstract val description: String
id [common] abstract val id: ChatId
inviteLink [common] abstract val inviteLink: String?
linkedChannelChatId [common] abstract val linkedChannelChatId: ChatId?
location [common] abstract val location: ChatLocation?
permissions [common] abstract val permissions: ChatPermissions
pinnedMessage [common] abstract val pinnedMessage: Message?
slowModeDelay [common] abstract val slowModeDelay: Long?
stickerSetName [common] abstract val stickerSetName: StickerSetName?
title [common] abstract val title: String
username [common] abstract val username: Username?

Inheritors

Name
ExtendedSupergroupChatImpl