Interface UpdateThreadRequest

Interface representing a request to update a thread.

Hierarchy

  • UpdateThreadRequest

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.

Generated using TypeDoc