Layer 220
method Users
messages.deleteFactCheck#d1da940c peer:InputPeer msg_id:int = Updates;

Parameters

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

Returns

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.

Gogram Example

// MessagesDeleteFactCheck - positional arguments
result, err := client.MessagesDeleteFactCheck(&tg.InputPeerUser{UserID: int64(123456789)}, 0)
if err != nil {
    // handle error
}
// result is *tg.Updates