Interface: EditPost
Defined in: src/types/EditPost.ts:1
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
alt_text? | string | An optional alt_text, usable for image posts. | src/types/EditPost.ts:5 |
body? | string | An optional body for the post in markdown. | src/types/EditPost.ts:9 |
custom_thumbnail? | string | Instead of fetching a thumbnail, use a custom one. | src/types/EditPost.ts:13 |
language_id? | number | - | src/types/EditPost.ts:14 |
name? | string | - | src/types/EditPost.ts:15 |
nsfw? | boolean | - | src/types/EditPost.ts:16 |
post_id | number | - | src/types/EditPost.ts:17 |
url? | string | - | src/types/EditPost.ts:18 |
