const github.com/gotd/td/tg.UploadCDNFileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L780: UploadCDNFileTypeID: "upload.cdnFile#a99fca4f",
tl_registry_gen.go#L2562: "upload.cdnFile": UploadCDNFileTypeID,
tl_registry_gen.go#L4344: UploadCDNFileTypeID: func() bin.Object { return &UploadCDNFile{} },
tl_registry_gen.go#L6670: UploadCDNFileTypeID,
tl_upload_cdn_file_gen.go#L189: const UploadCDNFileTypeID = 0xa99fca4f
tl_upload_cdn_file_gen.go#L235: return UploadCDNFileTypeID
tl_upload_cdn_file_gen.go#L247: ID: UploadCDNFileTypeID,
tl_upload_cdn_file_gen.go#L267: b.PutID(UploadCDNFileTypeID)
tl_upload_cdn_file_gen.go#L285: if err := b.ConsumeID(UploadCDNFileTypeID); err != nil {
tl_upload_cdn_file_gen.go#L365: case UploadCDNFileTypeID:
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. |