- API ›
- Constructors ›
- FactCheck
FactCheck
---types--- factCheck#b89bfccf need_check:flags.0?true country:flags.1?string text:flags.1?TextWithEntities hash:long = FactCheck
Belongs to
| FactCheck |
In Rust this constructor is a variant of the enums::FactCheck enum.
Match on it with: if let enums::FactCheck::FactCheck(v) = result { ... }
Parameters
| need_check | true | optional |
| country | string | optional |
| text | TextWithEntities | optional |
| hash | long | required |