users.SavedMusic#

class pyrogram.raw.base.users.SavedMusic#

List of songs (document.ids) currently pinned on a user’s profile, see here for more info.

Document Telegram offers many customization options for your profile!

Constructors:

This base type has 2 constructors available.

users.SavedMusic

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

users.SavedMusicNotModified

This subset of the songs currently pinned on a user's profile hasn't changed, see here for more info.

Functions:

This object can be returned by 2 functions.

users.GetSavedMusic

Get songs pinned to the user's profile, see here for more info.

users.GetSavedMusicByID

Check if the passed songs are still pinned to the user's profile, or refresh the file references of songs pinned on a user's profile see here for more info.