const github.com/gotd/td/tg.UploadWebFileTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L754: UploadWebFileTypeID: "upload.webFile#21e753bc",
tl_registry_gen.go#L2536: "upload.webFile": UploadWebFileTypeID,
tl_registry_gen.go#L4318: UploadWebFileTypeID: func() bin.Object { return &UploadWebFile{} },
tl_upload_web_file_gen.go#L56: const UploadWebFileTypeID = 0x21e753bc
tl_upload_web_file_gen.go#L117: return UploadWebFileTypeID
tl_upload_web_file_gen.go#L129: ID: UploadWebFileTypeID,
tl_upload_web_file_gen.go#L165: b.PutID(UploadWebFileTypeID)
tl_upload_web_file_gen.go#L192: if err := b.ConsumeID(UploadWebFileTypeID); err != 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. |