- API ›
- Constructors ›
- RecentStory
RecentStory
---types--- recentStory#711d692d live:flags.0?true max_id:flags.1?int = RecentStory
Belongs to
| RecentStory |
In Rust this constructor is a variant of the enums::RecentStory enum.
Match on it with: if let enums::RecentStory::RecentStory(v) = result { ... }