github.com/gotd/td/tg.UploadFileBox.File (field)
6 uses
github.com/gotd/td/tg (current package)
tl_server_gen.go#L6250: return &UploadFileBox{File: response}, nil
tl_upload_file_gen.go#L569: File UploadFileClass
tl_upload_file_gen.go#L581: b.File = v
tl_upload_file_gen.go#L587: if b == nil || b.File == nil {
tl_upload_file_gen.go#L590: return b.File.Encode(buf)
tl_upload_get_file_gen.go#L344: return result.File, nil
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. |