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: