github.com/gotd/td/tg.Folder.Photo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_folder_gen.go#L57: Photo ChatPhotoClass
tl_folder_gen.go#L93: if !(f.Photo == nil) {
tl_folder_gen.go#L124: f.Photo = val
tl_folder_gen.go#L195: if !(f.Photo == nil) {
tl_folder_gen.go#L221: if f.Photo == nil {
tl_folder_gen.go#L224: if err := f.Photo.Encode(b); err != nil {
tl_folder_gen.go#L274: f.Photo = value
tl_folder_gen.go#L355: f.Photo = value
tl_folder_gen.go#L367: return f.Photo, 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. |