Type Alias GetPostResponse

GetPostResponse: {
    community_view: CommunityView;
    cross_posts: PostView[];
    post_view: PostView;
}

The post response.

Type declaration

  • community_view: CommunityView
  • cross_posts: PostView[]

    A list of cross-posts, or other times / communities this link has been posted to.

  • post_view: PostView