github.com/gotd/td/tg.AccountSavedRingtones.Ringtones (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_saved_ringtones_gen.go#L147: Ringtones []DocumentClass
tl_account_saved_ringtones_gen.go#L173: if !(s.Ringtones == nil) {
tl_account_saved_ringtones_gen.go#L195: s.Ringtones = from.GetRingtones()
tl_account_saved_ringtones_gen.go#L248: b.PutVectorHeader(len(s.Ringtones))
tl_account_saved_ringtones_gen.go#L249: for idx, v := range s.Ringtones {
tl_account_saved_ringtones_gen.go#L290: s.Ringtones = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_account_saved_ringtones_gen.go#L297: s.Ringtones = append(s.Ringtones, value)
tl_account_saved_ringtones_gen.go#L316: return s.Ringtones
tl_account_saved_ringtones_gen.go#L321: return DocumentClassArray(s.Ringtones)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |