- API ›
- Constructors ›
- StoryReactionPublicRepost
StoryReactionPublicRepost
---types--- storyReactionPublicRepost#cfcd0f13 peer_id:Peer story:StoryItem = StoryReaction
Belongs to
| StoryReaction |
In Rust this constructor is a variant of the enums::StoryReaction enum.
Match on it with: if let enums::StoryReaction::StoryReactionPublicRepost(v) = result { ... }