- API ›
- Constructors ›
- StoryFwdHeader
StoryFwdHeader
---types--- storyFwdHeader#b826e150 modified:flags.3?true from:flags.0?Peer from_name:flags.1?string story_id:flags.2?int = StoryFwdHeader
Belongs to
| StoryFwdHeader |
In Rust this constructor is a variant of the enums::StoryFwdHeader enum.
Match on it with: if let enums::StoryFwdHeader::StoryFwdHeader(v) = result { ... }