ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.reactions
/
ReactionType
/
Unknown
Unknown
@
Serializable
data
class
Unknown
(
val
type
:
ReactionType.Unknown.Custom
,
val
raw
:
JsonElement
?
=
null
)
:
ReactionType
Members
Constructors
Unknown
Link copied to clipboard
constructor
(
type
:
ReactionType.Unknown.Custom
,
raw
:
JsonElement
?
=
null
)
Types
Custom
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
Custom
(
val
name
:
String
)
:
ReactionType.Type
Properties
raw
Link copied to clipboard
@
SerialName
(
value
=
"raw"
)
val
raw
:
JsonElement
?
=
null
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
open
override
val
type
:
ReactionType.Unknown.Custom