github.com/gotd/td/tg.Photo.VideoSizes (field)
12 uses
github.com/gotd/td/tg (current package)
tl_photo_gen.go#L200: VideoSizes []VideoSizeClass
tl_photo_gen.go#L246: if !(p.VideoSizes == nil) {
tl_photo_gen.go#L283: p.VideoSizes = val
tl_photo_gen.go#L355: if !(p.VideoSizes == nil) {
tl_photo_gen.go#L392: b.PutVectorHeader(len(p.VideoSizes))
tl_photo_gen.go#L393: for idx, v := range p.VideoSizes {
tl_photo_gen.go#L480: p.VideoSizes = make([]VideoSizeClass, 0, headerLen%bin.PreallocateLimit)
tl_photo_gen.go#L487: p.VideoSizes = append(p.VideoSizes, value)
tl_photo_gen.go#L562: p.VideoSizes = value
tl_photo_gen.go#L574: return p.VideoSizes, true
tl_photo_gen.go#L595: return VideoSizeClassArray(p.VideoSizes), 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. |