github.com/gotd/td/tg.AccountSavedMusicIDs.IDs (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_saved_music_ids_gen.go#L154: IDs []int64
tl_account_saved_music_ids_gen.go#L177: if !(s.IDs == nil) {
tl_account_saved_music_ids_gen.go#L197: s.IDs = from.GetIDs()
tl_account_saved_music_ids_gen.go#L245: b.PutVectorHeader(len(s.IDs))
tl_account_saved_music_ids_gen.go#L246: for _, v := range s.IDs {
tl_account_saved_music_ids_gen.go#L275: s.IDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_account_saved_music_ids_gen.go#L282: s.IDs = append(s.IDs, value)
tl_account_saved_music_ids_gen.go#L293: return s.IDs
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |