- API ›
- Constructors ›
- TextPhone
TextPhone
---types--- textPhone#1ccb966a text:RichText phone:string = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextPhone(v) = result { ... }