ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.reactions
/
ReactionType
/
Companion
Companion
object
Companion
Members
Types
Surrogate
Link copied to clipboard
data
class
Surrogate
(
val
type
:
String
,
val
emoji
:
String
?
=
null
,
val
customEmojiId
:
String
?
=
null
)
Properties
descriptor
Link copied to clipboard
open
val
descriptor
:
<Error class: unknown class>
Functions
deserialize
Link copied to clipboard
open
fun
deserialize
(
decoder
:
<Error class: unknown class>
)
:
ReactionType
serialize
Link copied to clipboard
open
fun
serialize
(
encoder
:
<Error class: unknown class>
,
value
:
ReactionType
)