users.SavedMusic#
- class pyrogram.raw.types.users.SavedMusic#
List of songs currently pinned on a user’s profile, see here for more info.
Constructor of
SavedMusic.- Details:
Layer:
220ID:
34A2F297
- Parameters:
count (
int32-bit) – Total 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 (List of
Document) – Songs.
- 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.