lemmy-js-client
    Preparing search index...

    Type Alias GetPostResponse

    The post response.

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

    Properties

    community_view: CommunityView
    cross_posts: PostView[]

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

    post_view

    post_view: PostView