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

Types

Link copied to clipboard
interface ExtendedChannelChat : ChannelChat, ExtendedPublicChat
Link copied to clipboard
interface ExtendedChat : Chat
Link copied to clipboard
interface ExtendedGroupChat : GroupChat, ExtendedPublicChat
Link copied to clipboard
interface ExtendedPrivateChat : PrivateChat, ExtendedChat
Link copied to clipboard
interface ExtendedPublicChat : ExtendedChat, PublicChat
Link copied to clipboard
interface ExtendedSupergroupChat : SupergroupChat, ExtendedGroupChat
Link copied to clipboard
data class UnknownExtendedChat(id: ChatId, raw: String) : ExtendedChat