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.chat
/
ChatMessageReactionUpdated
/
Surrogate
Surrogate
@
Serializable
data
class
Surrogate
(
source
)
Members
Properties
chat
Link copied to clipboard
@
SerialName
(
value
=
"chat"
)
val
chat
:
PreviewChat
date
Link copied to clipboard
@
Serializable
(
with
=
TelegramDateSerializer::class
)
@
SerialName
(
value
=
"date"
)
val
date
:
TelegramDate
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
val
messageId
:
MessageId
new
Link copied to clipboard
@
SerialName
(
value
=
"new_reaction"
)
val
new
:
List
<
Reaction
>
old
Link copied to clipboard
@
SerialName
(
value
=
"old_reaction"
)
val
old
:
List
<
Reaction
>
reacted
Chat
Link copied to clipboard
@
SerialName
(
value
=
"actor_chat"
)
val
reactedChat
:
PreviewChat
?
reacted
User
Link copied to clipboard
@
SerialName
(
value
=
"user"
)
val
reactedUser
:
PreviewUser
?