- API ›
- Constructors ›
- UpdateSentStoryReaction
UpdateSentStoryReaction
---types--- updateSentStoryReaction#7d627683 peer:Peer story_id:int reaction:Reaction = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateSentStoryReaction(v) = result { ... }