Constructor: factCheck
Attributes:
Name | Type | Required |
---|---|---|
need_check | Bool | Optional |
country | string | Optional |
text | TextWithEntities | Optional |
hash | long | Yes |
Type: FactCheck
Example:
$factCheck = ['_' => 'factCheck', 'need_check' => Bool, 'country' => 'string', 'text' => TextWithEntities, 'hash' => long];