Interface: PrivateMessageView
Defined in: src/types/index.ts:119
Extends
output<typeofschemas.PrivateMessageView>
Properties
| Property | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
creator | object | Person | - | z.infer.creator | src/schemas/PrivateMessageView.ts:10 |
creator.ap_id | string | undefined | The federated activity id / ap_id. | - | src/schemas/Person.ts:7 |
creator.avatar? | string | undefined | - | - | src/schemas/Person.ts:8 |
creator.banner? | string | undefined | - | - | src/schemas/Person.ts:9 |
creator.bio? | string | undefined | - | - | src/schemas/Person.ts:10 |
creator.bot_account | boolean | undefined | - | - | src/schemas/Person.ts:11 |
creator.comment_count | number | undefined | - | - | src/schemas/Person.ts:12 |
creator.deleted | boolean | undefined | - | - | src/schemas/Person.ts:13 |
creator.display_name? | string | undefined | - | - | src/schemas/Person.ts:14 |
creator.id | number | undefined | - | - | src/schemas/Person.ts:15 |
creator.local | boolean | undefined | - | - | src/schemas/Person.ts:16 |
creator.name | string | undefined | - | - | src/schemas/Person.ts:17 |
creator.post_count | number | undefined | - | - | src/schemas/Person.ts:18 |
creator.published_at | string | undefined | - | - | src/schemas/Person.ts:19 |
private_message | object | PrivateMessage | - | z.infer.private_message | src/schemas/PrivateMessageView.ts:11 |
private_message.ap_id | string | undefined | - | - | src/schemas/PrivateMessage.ts:7 |
private_message.content | string | undefined | - | - | src/schemas/PrivateMessage.ts:8 |
private_message.creator_id | number | undefined | - | - | src/schemas/PrivateMessage.ts:9 |
private_message.deleted | boolean | undefined | - | - | src/schemas/PrivateMessage.ts:10 |
private_message.id | number | undefined | - | - | src/schemas/PrivateMessage.ts:11 |
private_message.local | boolean | undefined | - | - | src/schemas/PrivateMessage.ts:12 |
private_message.published_at | string | undefined | - | - | src/schemas/PrivateMessage.ts:13 |
private_message.recipient_id | number | undefined | - | - | src/schemas/PrivateMessage.ts:14 |
private_message.updated_at? | string | undefined | - | - | src/schemas/PrivateMessage.ts:15 |
recipient | object | Person | - | z.infer.recipient | src/schemas/PrivateMessageView.ts:12 |
recipient.ap_id | string | undefined | The federated activity id / ap_id. | - | src/schemas/Person.ts:7 |
recipient.avatar? | string | undefined | - | - | src/schemas/Person.ts:8 |
recipient.banner? | string | undefined | - | - | src/schemas/Person.ts:9 |
recipient.bio? | string | undefined | - | - | src/schemas/Person.ts:10 |
recipient.bot_account | boolean | undefined | - | - | src/schemas/Person.ts:11 |
recipient.comment_count | number | undefined | - | - | src/schemas/Person.ts:12 |
recipient.deleted | boolean | undefined | - | - | src/schemas/Person.ts:13 |
recipient.display_name? | string | undefined | - | - | src/schemas/Person.ts:14 |
recipient.id | number | undefined | - | - | src/schemas/Person.ts:15 |
recipient.local | boolean | undefined | - | - | src/schemas/Person.ts:16 |
recipient.name | string | undefined | - | - | src/schemas/Person.ts:17 |
recipient.post_count | number | undefined | - | - | src/schemas/Person.ts:18 |
recipient.published_at | string | undefined | - | - | src/schemas/Person.ts:19 |
