github.com/gotd/td/tg.Document.Thumbs (field)
12 uses
github.com/gotd/td/tg (current package)
tl_document_gen.go#L197: Thumbs []PhotoSizeClass
tl_document_gen.go#L249: if !(d.Thumbs == nil) {
tl_document_gen.go#L294: d.Thumbs = val
tl_document_gen.go#L376: if !(d.Thumbs == nil) {
tl_document_gen.go#L409: b.PutVectorHeader(len(d.Thumbs))
tl_document_gen.go#L410: for idx, v := range d.Thumbs {
tl_document_gen.go#L513: d.Thumbs = make([]PhotoSizeClass, 0, headerLen%bin.PreallocateLimit)
tl_document_gen.go#L520: d.Thumbs = append(d.Thumbs, value)
tl_document_gen.go#L618: d.Thumbs = value
tl_document_gen.go#L630: return d.Thumbs, true
tl_document_gen.go#L672: return PhotoSizeClassArray(d.Thumbs), true
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. |