toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.chat
/
PrivateChat
Private
Chat
@
Serializable
(
with
=
ChatSerializer::class
)
sealed
interface
PrivateChat
:
Chat
,
UsernameChat
Inheritors
ExtendedPrivateChat
User
PreviewPrivateChat
Members
Properties
first
Name
Link copied to clipboard
abstract
val
firstName
:
String
id
Link copied to clipboard
abstract
override
val
id
:
UserId
last
Name
Link copied to clipboard
abstract
val
lastName
:
String
username
Link copied to clipboard
abstract
val
username
:
Username
?