mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
812 B
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
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];