Skip to content

Interface: Post

Defined in: src/types/index.ts:106

Extends

  • output<typeof schemas.Post>

Properties

PropertyTypeDescriptionInherited fromDefined in
alt_text?stringAn optional alt_text, usable for image posts.z.infer.alt_textsrc/schemas/Post.ts:7
ap_idstringThe federated activity id / ap_id.z.infer.ap_idsrc/schemas/Post.ts:11
body?stringAn optional post body, in markdown.z.infer.bodysrc/schemas/Post.ts:15
commentsnumber-z.infer.commentssrc/schemas/Post.ts:16
community_idnumber-z.infer.community_idsrc/schemas/Post.ts:17
creator_idnumber-z.infer.creator_idsrc/schemas/Post.ts:18
deletedbooleanWhether the post is deleted.z.infer.deletedsrc/schemas/Post.ts:22
downvotesnumber-z.infer.downvotessrc/schemas/Post.ts:23
embed_description?stringA description for the link.z.infer.embed_descriptionsrc/schemas/Post.ts:27
embed_title?stringA title for the link.z.infer.embed_titlesrc/schemas/Post.ts:31
featured_communitybooleanWhether the post is featured to its community.z.infer.featured_communitysrc/schemas/Post.ts:35
featured_localbooleanWhether the post is featured to its site.z.infer.featured_localsrc/schemas/Post.ts:39
idnumber-z.infer.idsrc/schemas/Post.ts:40
language_idnumber-z.infer.language_idsrc/schemas/Post.ts:41
localbooleanWhether the post is local.z.infer.localsrc/schemas/Post.ts:45
lockedbooleanWhether the post is locked.z.infer.lockedsrc/schemas/Post.ts:49
namestring-z.infer.namesrc/schemas/Post.ts:50
newest_comment_time_at?stringThe time of the newest comment in the post.z.infer.newest_comment_time_atsrc/schemas/Post.ts:54
nsfwbooleanWhether the post is NSFW.z.infer.nsfwsrc/schemas/Post.ts:58
published_atstring-z.infer.published_atsrc/schemas/Post.ts:59
removedbooleanWhether the post is removed.z.infer.removedsrc/schemas/Post.ts:63
scorenumber-z.infer.scoresrc/schemas/Post.ts:64
thumbnail_url?stringA thumbnail picture url.z.infer.thumbnail_urlsrc/schemas/Post.ts:68
updated_at?string-z.infer.updated_atsrc/schemas/Post.ts:69
upvotesnumber-z.infer.upvotessrc/schemas/Post.ts:70
url?stringAn optional link / url for the post.z.infer.urlsrc/schemas/Post.ts:74
url_content_type?string-z.infer.url_content_typesrc/schemas/Post.ts:75