Layer 227
constructor
account.savedMusicIds#998d6636 ids:Vector<long> = account.SavedMusicIds;

Parameters

Name Type Description
Ids Vector < long > Full list of document. id s

Gogram Example

// Creating AccountSavedMusicIdsObj constructor
obj := &tg.AccountSavedMusicIdsObj{
    Ids: &tg.VectorLong{},
}