UserProfileAudios

@Serializable
data class UserProfileAudios(val totalCount: Int, val audios: List<Audio>)(source)

This object represents the audios displayed on a user's profile.

Api reference

Constructors

Link copied to clipboard
constructor(totalCount: Int, audios: List<Audio>)

Properties

Link copied to clipboard

Requested profile audios

Link copied to clipboard

Total number of profile audios for the target user