github.com/gotd/td/tg.Photo.Sizes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_photo_gen.go#L193: Sizes []PhotoSizeClass
tl_photo_gen.go#L243: if !(p.Sizes == nil) {
tl_photo_gen.go#L281: p.Sizes = from.GetSizes()
tl_photo_gen.go#L382: b.PutVectorHeader(len(p.Sizes))
tl_photo_gen.go#L383: for idx, v := range p.Sizes {
tl_photo_gen.go#L463: p.Sizes = make([]PhotoSizeClass, 0, headerLen%bin.PreallocateLimit)
tl_photo_gen.go#L470: p.Sizes = append(p.Sizes, value)
tl_photo_gen.go#L556: return p.Sizes
tl_photo_gen.go#L587: return PhotoSizeClassArray(p.Sizes)
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. |