ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.payments.stars
/
TransactionPartner
/
Chat
Chat
@
Serializable
(
with
=
TransactionPartner.Companion::class
)
data
class
Chat
(
val
chat
:
PreviewChat
,
val
gift
:
Gift
?
=
null
)
:
TransactionPartner
Members
Constructors
Chat
Link copied to clipboard
constructor
(
chat
:
PreviewChat
,
gift
:
Gift
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
chat
Link copied to clipboard
@
SerialName
(
value
=
"chat"
)
val
chat
:
PreviewChat
gift
Link copied to clipboard
@
SerialName
(
value
=
"gift"
)
val
gift
:
Gift
?
=
null
type
Link copied to clipboard
@
EncodeDefault
open
override
val
type
:
String