UpdateMessageReactions

---types---
updateMessageReactions#1e297bfa peer:Peer msg_id:int top_msg_id:flags.0?int saved_peer_id:flags.1?Peer reactions:MessageReactions = Update

Belongs to

Update

In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateMessageReactions(v) = result { ... }

Parameters

peerPeerrequired
msg_idintrequired
top_msg_idintoptional
saved_peer_idPeeroptional
reactionsMessageReactionsrequired