Skip to main content

users.savedMusic

List of songs currently pinned on a user's profile, see here » for more info.

type tg.UsersSavedMusic struct { /* ... */ }

Implements users.SavedMusic.

Fields

NameTypeRequiredDescription
CountintyesTotal number of songs (can be bigger than documents depending on the passed limit, and the default maximum limit in which case pagination is required).
Documents[]DocumentClassyesSongs.

References