ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.chat
/
ChatMessageReactionUpdated
/
Unknown
/
Unknown
Unknown
constructor
(
chat
:
PreviewChat
,
messageId
:
MessageId
,
reactedChat
:
PreviewChat
?
,
reactedUser
:
PreviewUser
?
,
date
:
TelegramDate
,
old
:
List
<
Reaction
>
,
new
:
List
<
Reaction
>
,
source
:
JsonElement
?
)