lemmy-js-client
    Preparing search index...

    Type Alias ListPersonContent

    Gets a person's content (posts and comments)

    Either person_id, or username are required.

    type ListPersonContent = {
        community_id?: CommunityId;
        community_name?: string;
        limit?: number;
        page_cursor?: PaginationCursor;
        person_id?: PersonId;
        type_?: PersonContentType;
        username?: string;
    }
    Index

    Properties

    community_id?: CommunityId
    community_name?: string
    limit?: number
    page_cursor?: PaginationCursor
    person_id?: PersonId
    username?: string

    Example: dessalines , or dessalines@xyz.tld