github.com/gotd/td/tg.UsersGetSavedMusicByIDRequest.Documents (field)
10 uses
github.com/gotd/td/tg (current package)
tl_users_get_saved_music_by_id_gen.go#L46: Documents []InputDocumentClass
tl_users_get_saved_music_by_id_gen.go#L67: if !(g.Documents == nil) {
tl_users_get_saved_music_by_id_gen.go#L89: g.Documents = from.GetDocuments()
tl_users_get_saved_music_by_id_gen.go#L147: b.PutVectorHeader(len(g.Documents))
tl_users_get_saved_music_by_id_gen.go#L148: for idx, v := range g.Documents {
tl_users_get_saved_music_by_id_gen.go#L189: g.Documents = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_users_get_saved_music_by_id_gen.go#L196: g.Documents = append(g.Documents, value)
tl_users_get_saved_music_by_id_gen.go#L215: return g.Documents
tl_users_get_saved_music_by_id_gen.go#L220: return InputDocumentClassArray(g.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. |