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

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