github.com/gotd/td/tg.PhotosUploadContactProfilePhotoRequest.File (field)
9 uses
github.com/gotd/td/tg (current package)
tl_photos_upload_contact_profile_photo_gen.go#L66: File InputFileClass
tl_photos_upload_contact_profile_photo_gen.go#L118: if !(u.File == nil) {
tl_photos_upload_contact_profile_photo_gen.go#L157: u.File = val
tl_photos_upload_contact_profile_photo_gen.go#L243: if !(u.File == nil) {
tl_photos_upload_contact_profile_photo_gen.go#L282: if u.File == nil {
tl_photos_upload_contact_profile_photo_gen.go#L285: if err := u.File.Encode(b); err != nil {
tl_photos_upload_contact_profile_photo_gen.go#L346: u.File = value
tl_photos_upload_contact_profile_photo_gen.go#L421: u.File = value
tl_photos_upload_contact_profile_photo_gen.go#L433: 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. |