Type Alias ListCommunities

ListCommunities: {
    limit?: number;
    page?: number;
    show_nsfw?: boolean;
    sort?: CommunitySortType;
    time_range_seconds?: number;
    type_?: ListingType;
}

Fetches a list of communities.

Type declaration

  • Optionallimit?: number
  • Optionalpage?: number
  • Optionalshow_nsfw?: boolean
  • Optionalsort?: CommunitySortType
  • Optionaltime_range_seconds?: number

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

  • Optionaltype_?: ListingType