- API ›
- Constructors ›
- RestrictionReason
RestrictionReason
---types--- restrictionReason#d072acb4 platform:string reason:string text:string = RestrictionReason
Belongs to
| RestrictionReason |
In Rust this constructor is a variant of the enums::RestrictionReason enum.
Match on it with: if let enums::RestrictionReason::RestrictionReason(v) = result { ... }