github.com/gotd/td/tg.UploadWebFile.FileType (field)
7 uses
github.com/gotd/td/tg (current package)
tl_upload_web_file_gen.go#L48: FileType StorageFileTypeClass
tl_upload_web_file_gen.go#L76: if !(w.FileType == nil) {
tl_upload_web_file_gen.go#L108: w.FileType = from.GetFileType()
tl_upload_web_file_gen.go#L176: if w.FileType == nil {
tl_upload_web_file_gen.go#L179: if err := w.FileType.Encode(b); err != nil {
tl_upload_web_file_gen.go#L222: w.FileType = value
tl_upload_web_file_gen.go#L262: return w.FileType
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. |