messages.deleteFactCheck

Delete a fact-check from a message.

Can only be used by independent fact-checkers as specified by the appConfig.can_edit_factcheck configuration flag.

 Method schema is available as of layer 181. Switch ยป

Parameters

Name Type Description
peer InputPeer Peer where the message was sent.
msg_id int Message ID

Result

Updates

Possible errors

Code Type Description
403 CHAT_ACTION_FORBIDDEN You cannot execute this action.
400 PEER_ID_INVALID The provided peer id is invalid.

Related pages

Fact-checks

Telegram clients support displaying fact-checks added to messages by independent fact-checkers.

Client configuration

The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.