mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-18 14:47:13 +00:00
5.1 KiB
5.1 KiB
//docs/dev.inmo.tgbotapi.types.chat.extended
Package dev.inmo.tgbotapi.types.chat.extended
Types
Name | Summary |
---|---|
ExtendedChannelChatImpl | [common] Content data class ExtendedChannelChatImpl(id: ChatId, title: String, username: Username?, chatPhoto: ChatPhoto?, description: String, inviteLink: String?, pinnedMessage: Message?, linkedGroupChatId: ChatId?) : ExtendedChannelChat |
ExtendedGroupChatImpl | [common] Content data class ExtendedGroupChatImpl(id: ChatId, title: String, chatPhoto: ChatPhoto?, permissions: ChatPermissions, description: String, inviteLink: String?, pinnedMessage: Message?) : ExtendedGroupChat |
ExtendedPrivateChatImpl | [common] Content data class ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto?, username: Username?, firstName: String, lastName: String, bio: String) : ExtendedPrivateChat |
ExtendedSupergroupChatImpl | [common] Content data class ExtendedSupergroupChatImpl(id: ChatId, title: String, username: Username?, chatPhoto: ChatPhoto?, permissions: ChatPermissions, description: String, inviteLink: String?, pinnedMessage: Message?, stickerSetName: StickerSetName?, slowModeDelay: Long?, canSetStickerSet: Boolean, linkedChannelChatId: ChatId?, location: ChatLocation?) : ExtendedSupergroupChat |