Interface FactCheck

Describes a fact-check added to the message by an independent checker.

interface FactCheck {
    @type: "factCheck";
    country_code: string;
    text: FormattedText;
}

Properties

@type: "factCheck"
country_code: string

A two-letter ISO 3166-1 alpha-2 country code of the country for which the fact-check is shown.

Text of the fact-check.