Record
thread
No description available.
record thread {
id: string,
last-read-at: string,
reason: string,
repository: minimal-repository,
subject: thread-subject,
subscription-url: string,
unread: bool,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| last-read-at | string | |
| reason | string | |
| repository | minimal-repository | |
| subject | thread-subject | |
| subscription-url | string | |
| unread | bool | |
| updated-at | string | |
| url | string |