Skip to content

GramIO API Reference / gramio/dist / GetUserProfilePhotosParams

Interface: GetUserProfilePhotosParams

Defined in: @gramio/types/out/params.d.ts:1657

Params object for getUserProfilePhotos method

Properties

PropertyTypeDescriptionDefined in
limit?numberLimits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.@gramio/types/out/params.d.ts:1669
offset?numberSequential number of the first photo to be returned. By default, all photos are returned.@gramio/types/out/params.d.ts:1665
user_idnumberUnique identifier of the target user@gramio/types/out/params.d.ts:1661