github.com/gotd/td/tg.UsersSavedMusic.Documents (field)
10 uses
github.com/gotd/td/tg (current package)
tl_users_saved_music_gen.go#L185: Documents []DocumentClass
tl_users_saved_music_gen.go#L211: if !(s.Documents == nil) {
tl_users_saved_music_gen.go#L233: s.Documents = from.GetDocuments()
tl_users_saved_music_gen.go#L286: b.PutVectorHeader(len(s.Documents))
tl_users_saved_music_gen.go#L287: for idx, v := range s.Documents {
tl_users_saved_music_gen.go#L328: s.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_users_saved_music_gen.go#L335: s.Documents = append(s.Documents, value)
tl_users_saved_music_gen.go#L354: return s.Documents
tl_users_saved_music_gen.go#L359: return DocumentClassArray(s.Documents)
![]() |
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. |