toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal
/
MessageReactionCountUpdate
Message
Reaction
Count
Update
@
Serializable
(
with
=
MessageReactionCountUpdate.Companion::class
)
data
class
MessageReactionCountUpdate
(
val
updateId
:
Int
,
val
origin
:
Update
,
val
messageReactionCount
:
MessageReactionCountUpdated
)
:
ProcessedUpdate
Members
Members & Extensions
Constructors
Message
Reaction
Count
Update
Link copied to clipboard
constructor
(
updateId
:
Int
,
origin
:
Update
,
messageReactionCount
:
MessageReactionCountUpdated
)
Properties
message
Reaction
Count
Link copied to clipboard
val
messageReactionCount
:
MessageReactionCountUpdated
origin
Link copied to clipboard
open
override
val
origin
:
Update
text
Link copied to clipboard
open
val
text
:
String
update
Id
Link copied to clipboard
open
override
val
updateId
:
Int
user
Or
Null
Link copied to clipboard
val
ProcessedUpdate
.
userOrNull
:
User
?
Functions
get
User
Link copied to clipboard
inline
fun
ProcessedUpdate
.
getUser
(
)
:
User