- API ›
- Constructors ›
- WebPageAttributeStory
WebPageAttributeStory
---types--- webPageAttributeStory#2e94c3e7 peer:Peer id:int story:flags.0?StoryItem = WebPageAttribute
Belongs to
| WebPageAttribute |
In Rust this constructor is a variant of the enums::WebPageAttribute enum.
Match on it with: if let enums::WebPageAttribute::WebPageAttributeStory(v) = result { ... }