users.SavedMusic#

class pyrogram.raw.types.users.SavedMusic#

Telegram API type.

Constructor of SavedMusic.

Details:
  • Layer: 224

  • ID: 34A2F297

Parameters:
  • count (int 32-bit) – N/A

  • documents (List of Document) – N/A

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.