github.com/gotd/td/tg.User.Photo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L270: Photo UserProfilePhotoClass
tl_user_gen.go#L438: if !(u.Photo == nil) {
tl_user_gen.go#L570: u.Photo = val
tl_user_gen.go#L919: if !(u.Photo == nil) {
tl_user_gen.go#L992: if u.Photo == nil {
tl_user_gen.go#L995: if err := u.Photo.Encode(b); err != nil {
tl_user_gen.go#L1151: u.Photo = value
tl_user_gen.go#L1761: u.Photo = value
tl_user_gen.go#L1773: return u.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. |