MadelineProtoDocs/docs/API_docs/constructors/factCheck.md
2024-06-04 10:12:34 +02:00

812 B

title description nav_exclude image
factCheck factCheck attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: factCheck

Back to constructors index

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];