ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.chat
/
PrivateChat
Private
Chat
@
Serializable
(
with
=
ChatSerializer::class
)
sealed
interface
PrivateChat
:
Chat
,
UsernameChat
Inheritors
ExtendedPrivateChat
User
PreviewPrivateChat
Members
Members & Extensions
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
?
Functions
to
User
Link copied to clipboard
fun
PrivateChat
.
toUser
(
)
:
User
Trying to convert current
PrivateChat
to
User