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.
- Details:
Layer:
211
ID:
589EE75
- Parameters:
- peer (
InputPeer
): Peer where the message was sent
- msg_id (
int
32-bit
): Message ID
- text (
TextWithEntities
): Fact-check (maximum UTF-8 length specified in appConfig.factcheck_length_limit).
- peer (
- Returns:
Updates