Package dev.inmo.tgbotapi.types.chat.extended

Types

Link copied to clipboard
data class ExtendedChannelChatImpl(id: ChatId, title: String, username: Username?, chatPhoto: ChatPhoto?, description: String, inviteLink: String?, pinnedMessage: Message?, linkedGroupChatId: ChatId?) : ExtendedChannelChat
Link copied to clipboard
data class ExtendedGroupChatImpl(id: ChatId, title: String, chatPhoto: ChatPhoto?, permissions: ChatPermissions, description: String, inviteLink: String?, pinnedMessage: Message?) : ExtendedGroupChat
Link copied to clipboard
data class ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto?, username: Username?, firstName: String, lastName: String, bio: String, hasPrivateForwards: Boolean) : ExtendedPrivateChat
Link copied to clipboard
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