ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.chat
/
ChannelDirectMessagesChatImpl
Channel
Direct
Messages
Chat
Impl
@
Serializable
data
class
ChannelDirectMessagesChatImpl
(
val
id
:
IdChatIdentifier
,
val
title
:
String
,
val
username
:
Username
?
=
null
)
:
PreviewChannelDirectMessagesChat
Members
Constructors
Channel
Direct
Messages
Chat
Impl
Link copied to clipboard
constructor
(
id
:
IdChatIdentifier
,
title
:
String
,
username
:
Username
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
open
override
val
id
:
IdChatIdentifier
is
Direct
Messages
Link copied to clipboard
@
SerialName
(
value
=
"is_direct_messages"
)
@
EncodeDefault
open
override
val
isDirectMessages
:
Boolean
=
true
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
open
override
val
title
:
String
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
open
override
val
username
:
Username
?
=
null