- API ›
- Constructors ›
- TextBold
TextBold
---types--- textBold#6724abc4 text:RichText = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextBold(v) = result { ... }
Parameters
| text | RichText | required |