nylas
    Preparing search index...

    Interface UpdateThreadRequest

    Interface representing a request to update a thread.

    interface UpdateThreadRequest {
        folders?: string[];
        starred?: boolean;
        unread?: boolean;
    }
    Index

    Properties

    folders?: string[]

    The IDs of the folders to apply, overwriting all previous folders for all messages in the thread.

    starred?: boolean

    Sets all messages in the thread as starred or unstarred.

    unread?: boolean

    Sets all messages in the thread as read or unread.