lemmy-js-client
    Preparing search index...

    Type Alias ListCommunities

    Fetches a list of communities.

    type ListCommunities = {
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
        show_nsfw?: boolean;
        sort?: CommunitySortType;
        time_range_seconds?: number;
        type_?: ListingType;
    }
    Index

    Properties

    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor
    show_nsfw?: boolean
    time_range_seconds?: number

    Filter to within a given time range, in seconds. IE 60 would give results for the past minute.

    type_?: ListingType