Skip to content

Interface: CreatePost

Defined in: src/types/CreatePost.ts:1

Properties

PropertyTypeDescriptionDefined in
alt_text?stringAn optional alt_text, usable for image posts.src/types/CreatePost.ts:5
body?stringAn optional body for the post in markdown.src/types/CreatePost.ts:9
community_idnumber-src/types/CreatePost.ts:10
custom_thumbnail?stringInstead of fetching a thumbnail, use a custom one.src/types/CreatePost.ts:14
language_id?number-src/types/CreatePost.ts:15
namestring-src/types/CreatePost.ts:16
nsfw?boolean-src/types/CreatePost.ts:17
url?string-src/types/CreatePost.ts:18