- API ›
- Constructors ›
- TextUrl
TextUrl
---types--- textUrl#3c2884c1 text:RichText url:string webpage_id:long = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextUrl(v) = result { ... }