- API ›
- Constructors ›
- StoryReaction
StoryReaction
---types--- storyReaction#6090d6d5 peer_id:Peer date:int reaction:Reaction = StoryReaction
Belongs to
| StoryReaction |
In Rust this constructor is a variant of the enums::StoryReaction enum.
Match on it with: if let enums::StoryReaction::StoryReaction(v) = result { ... }