github.com/gotd/td/tg.Document.VideoThumbs (field)
12 uses
github.com/gotd/td/tg (current package)
tl_document_gen.go#L201: VideoThumbs []VideoSizeClass
tl_document_gen.go#L252: if !(d.VideoThumbs == nil) {
tl_document_gen.go#L298: d.VideoThumbs = val
tl_document_gen.go#L379: if !(d.VideoThumbs == nil) {
tl_document_gen.go#L420: b.PutVectorHeader(len(d.VideoThumbs))
tl_document_gen.go#L421: for idx, v := range d.VideoThumbs {
tl_document_gen.go#L530: d.VideoThumbs = make([]VideoSizeClass, 0, headerLen%bin.PreallocateLimit)
tl_document_gen.go#L537: d.VideoThumbs = append(d.VideoThumbs, value)
tl_document_gen.go#L636: d.VideoThumbs = value
tl_document_gen.go#L648: return d.VideoThumbs, true
tl_document_gen.go#L680: return VideoSizeClassArray(d.VideoThumbs), 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. |