ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.reactions
/
ReactionType
/
Companion
/
Surrogate
Surrogate
data
class
Surrogate
(
val
type
:
String
,
val
emoji
:
String
?
=
null
,
val
customEmojiId
:
String
?
=
null
)
Members
Constructors
Surrogate
Link copied to clipboard
constructor
(
type
:
String
,
emoji
:
String
?
=
null
,
customEmojiId
:
String
?
=
null
)
Properties
custom
Emoji
Id
Link copied to clipboard
val
customEmojiId
:
String
?
=
null
emoji
Link copied to clipboard
val
emoji
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String