github.com/gotd/td/tg.Page.Photos (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_gen.go#L65: Photos []PhotoClass
tl_page_gen.go#L107: if !(p.Photos == nil) {
tl_page_gen.go#L145: p.Photos = from.GetPhotos()
tl_page_gen.go#L260: b.PutVectorHeader(len(p.Photos))
tl_page_gen.go#L261: for idx, v := range p.Photos {
tl_page_gen.go#L339: p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
tl_page_gen.go#L346: p.Photos = append(p.Photos, value)
tl_page_gen.go#L454: return p.Photos
tl_page_gen.go#L490: return PhotoClassArray(p.Photos)
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. |