Link Search Menu Expand Document

Constructor: factCheck

Back to constructors index

Attributes:

NameTypeRequired
need_checkBoolOptional
countrystringOptional
textTextWithEntitiesOptional
hashlongYes

Type: FactCheck

Example:

$factCheck = ['_' => 'factCheck', 'need_check' => Bool, 'country' => 'string', 'text' => TextWithEntities, 'hash' => long];