MarkThreadReadBody
Request body for a Thread operation.
Definition
TypeScript
interface MarkThreadReadBody {
messageId?: string | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
messageId | string | undefined | optional — Message to mark as read up to. Defaults to the thread's latest message. |