users.SavedMusicNotModified
- class pyrogram.raw.types.users.SavedMusicNotModified
This subset of the songs currently pinned on a user’s profile hasn’t changed, see here » for more info.
Constructor of
SavedMusic.- Details:
Layer:
223ID:
E3878AA4
- Parameters:
count (
int32-bit) – Total number of songs on the user’s profile.
- Functions:
This object can be returned by 2 functions.
Get songs pinned to the user's profile, see here » for more info.
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.
TL Schema
users.savedMusicNotModified#e3878aa4
count:int
= users.SavedMusic
Parameter Tree
SavedMusicNotModified
└── count →
intExample
SavedMusicNotModified(
count=0,
)