FactCheck

class pyrogram.types.FactCheck

Represents a fact check attached to a message.

Parameters:
  • text (str) – The fact check text.

  • entities (List of MessageEntity, optional) – Special entities in the fact check text (links, formatting, etc.).

  • country (str, optional) – The country code where the fact check applies.

  • hash (int, optional) – Hash for caching.

  • need_check (bool, optional) – Whether the message needs a fact check.