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

Types

ChannelChat
Link copied to clipboard
common
interface ChannelChat : SuperPublicChat
Chat
Link copied to clipboard
common
interface Chat
GroupChat
Link copied to clipboard
common
interface GroupChat : PublicChat
PrivateChat
Link copied to clipboard
common
interface PrivateChat : Chat, UsernameChat
PublicChat
Link copied to clipboard
common
interface PublicChat : Chat
SupergroupChat
Link copied to clipboard
common
interface SupergroupChat : GroupChat, SuperPublicChat
SuperPublicChat
Link copied to clipboard
common
interface SuperPublicChat : PublicChat, UsernameChat
UnknownChatType
Link copied to clipboard
common
data class UnknownChatType(id: ChatId, raw: String) : Chat
UsernameChat
Link copied to clipboard
common
interface UsernameChat : Chat