lemmy-js-client
    Preparing search index...

    Type Alias ListCommunities

    Fetches a list of communities.

    type ListCommunities = {
        limit?: number;
        multi_community_id?: MultiCommunityId;
        page_cursor?: PaginationCursor;
        search_term?: string;
        search_title_only?: boolean;
        show_nsfw?: boolean;
        sort?: CommunitySortType;
        time_range_seconds?: number;
        type_?: ListingType;
    }
    Index

    Properties

    limit?: number
    multi_community_id?: MultiCommunityId
    page_cursor?: PaginationCursor
    search_term?: string
    search_title_only?: boolean
    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