UNPKG

flickr-sdk

Version:

Almost certainly the best Flickr API client in the world for node and the browser

13 lines (12 loc) 330 B
/** * This file was auto-generated on 2023-10-24T15:44:49.773Z * flickr.people.getPublicGroups * Returns the list of public groups a user is a member of. * Permissions required: none */ export type FlickrPeopleGetPublicGroupsParams = { /** * The NSID of the user to fetch groups for. */ user_id: string; };