github.com/gotd/td/tg.PhotoSizeProgressive.Sizes (field)
9 uses
github.com/gotd/td/tg (current package)
tl_photo_size_gen.go#L788: Sizes []int
tl_photo_size_gen.go#L820: if !(p.Sizes == nil) {
tl_photo_size_gen.go#L846: p.Sizes = from.GetSizes()
tl_photo_size_gen.go#L909: b.PutVectorHeader(len(p.Sizes))
tl_photo_size_gen.go#L910: for _, v := range p.Sizes {
tl_photo_size_gen.go#L960: p.Sizes = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_photo_size_gen.go#L967: p.Sizes = append(p.Sizes, value)
tl_photo_size_gen.go#L1002: return 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. |