Layer 220
constructor

Parameters

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

Gogram Example

// Creating AccountSavedMusicIds constructor
obj := &tg.AccountSavedMusicIds{
    Ids: []long{},
}