docs
common
docs
/
dev.inmo.tgbotapi.types.chat.abstracts
Package
dev.
inmo.
tgbotapi.
types.
chat.
abstracts
Types
Types
Channel
Chat
Link copied to clipboard
common
interface
ChannelChat
:
SuperPublicChat
Content copied to clipboard
Chat
Link copied to clipboard
common
interface
Chat
Content copied to clipboard
Group
Chat
Link copied to clipboard
common
interface
GroupChat
:
PublicChat
Content copied to clipboard
Private
Chat
Link copied to clipboard
common
interface
PrivateChat
:
Chat
,
UsernameChat
Content copied to clipboard
Public
Chat
Link copied to clipboard
common
interface
PublicChat
:
Chat
Content copied to clipboard
Supergroup
Chat
Link copied to clipboard
common
interface
SupergroupChat
:
GroupChat
,
SuperPublicChat
Content copied to clipboard
Super
Public
Chat
Link copied to clipboard
common
interface
SuperPublicChat
:
PublicChat
,
UsernameChat
Content copied to clipboard
Unknown
Chat
Type
Link copied to clipboard
common
data
class
UnknownChatType
(
id
:
ChatId
,
raw
:
String
)
:
Chat
Content copied to clipboard
Username
Chat
Link copied to clipboard
common
interface
UsernameChat
:
Chat
Content copied to clipboard