Interface GetPostResponse

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

Properties

community_view: CommunityView
cross_posts: PostView[]
post_view: PostView