docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.reactions
/
ReactionType
/
Companion
/
Surrogate
Surrogate
@
Serializable
data
class
Surrogate
(
val
type
:
String
,
val
emoji
:
String
?
=
null
,
val
customEmojiId
:
String
?
=
null
)
(
source
)
Members
Constructors
Surrogate
Link copied to clipboard
constructor
(
type
:
String
,
emoji
:
String
?
=
null
,
customEmojiId
:
String
?
=
null
)
Properties
custom
Emoji
Id
Link copied to clipboard
@
SerialName
(
value
=
"custom_emoji_id"
)
val
customEmojiId
:
String
?
emoji
Link copied to clipboard
@
SerialName
(
value
=
"emoji"
)
val
emoji
:
String
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String