github.com/gotd/td/tg.PhotosPhotosSlice.Photos (field)
10 uses
github.com/gotd/td/tg (current package)
tl_photos_photos_gen.go#L250: Photos []PhotoClass
tl_photos_photos_gen.go#L278: if !(p.Photos == nil) {
tl_photos_photos_gen.go#L304: p.Photos = from.GetPhotos()
tl_photos_photos_gen.go#L362: b.PutVectorHeader(len(p.Photos))
tl_photos_photos_gen.go#L363: for idx, v := range p.Photos {
tl_photos_photos_gen.go#L413: p.Photos = make([]PhotoClass, 0, headerLen%bin.PreallocateLimit)
tl_photos_photos_gen.go#L420: p.Photos = append(p.Photos, value)
tl_photos_photos_gen.go#L456: return p.Photos
tl_photos_photos_gen.go#L469: 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. |