Layer 220
UsersSavedMusicNotModified
This subset of the songs currently pinned on a user's profile hasn't changed, see here for more info.
constructor
users.savedMusicNotModified#e3878aa4 count:int = users.SavedMusic;
Parameters
| Name | Type | Description |
|---|---|---|
| Count | int | Total number of songs on the user's profile. |
Returns
users.SavedMusicGogram Example
// Creating UsersSavedMusicNotModified constructor obj := &tg.UsersSavedMusicNotModified{ Count: 0, }