Documentation - v0.27.1
    Preparing search index...

    Interface DeleteMessagesParams

    interface DeleteMessagesParams {
        revoke?: boolean;
        shouldDispatch?: true;
    }
    Index

    Properties

    revoke?: boolean

    Whether to "revoke" (i.e. delete for both sides). Only used for chats and private chats.

    true
    
    shouldDispatch?: true

    Whether to dispatch updates that will be generated by this call. Doesn't follow disableNoDispatch