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 = {
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
        person_id?: PersonId;
        type_?: PersonContentType;
        username?: string;
    }
    Index

    Properties

    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor
    person_id?: PersonId
    username?: string

    Example: dessalines , or dessalines@xyz.tld