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