Skip to content

GramIO API Reference / gramio/dist / GetUserProfileAudiosParams

Interface: GetUserProfileAudiosParams

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

Params object for getUserProfileAudios method

Properties

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