Layer 220
constructor
users.savedMusicNotModified#e3878aa4 count:int = users.SavedMusic;

Parameters

Name Type Description
Count int Total number of songs on the user's profile.

Gogram Example

// Creating UsersSavedMusicNotModified constructor
obj := &tg.UsersSavedMusicNotModified{
    Count: 0,
}