MarkThreadReadBody

Request body for a Thread operation.

Definition

TypeScript
interface MarkThreadReadBody {
  messageId?: string | undefined;
}

Fields

FieldTypeNotes
messageIdstring | undefinedoptional — Message to mark as read up to. Defaults to the thread's latest message.