messages.EditFactCheck#
- class pyrogram.raw.functions.messages.EditFactCheck#
Edit/create a fact-check on a message. Can only be used by independent fact-checkers as specified by the appConfig.can_edit_factcheck configuration flag.
Usable by ✅ Users ❌ Bots- Details:
Layer:
224ID:
589EE75
- Parameters:
peer (
InputPeer) – Peer where the message was sentmsg_id (
int32-bit) – Message IDtext (
TextWithEntities) – Fact-check (maximum UTF-8 length specified in appConfig.factcheck_length_limit).
- Returns: