github.com/gotd/td/tg.PhotosUploadProfilePhotoRequest.File (field)
9 uses
github.com/gotd/td/tg (current package)
tl_photos_upload_profile_photo_gen.go#L56: File InputFileClass
tl_photos_upload_profile_photo_gen.go#L105: if !(u.File == nil) {
tl_photos_upload_profile_photo_gen.go#L145: u.File = val
tl_photos_upload_profile_photo_gen.go#L227: if !(u.File == nil) {
tl_photos_upload_profile_photo_gen.go#L268: if u.File == nil {
tl_photos_upload_profile_photo_gen.go#L271: if err := u.File.Encode(b); err != nil {
tl_photos_upload_profile_photo_gen.go#L331: u.File = value
tl_photos_upload_profile_photo_gen.go#L397: u.File = value
tl_photos_upload_profile_photo_gen.go#L409: return u.File, 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. |