Layer 220
UploadCdnFile
Represent a chunk of a CDN file.
constructor
upload.cdnFile#a99fca4f bytes:bytes = upload.CdnFile;
Parameters
| Name | Type | Description |
|---|---|---|
| Bytes | bytes | The data |
Returns
upload.CdnFileGogram Example
// Creating UploadCdnFile constructor obj := &tg.UploadCdnFile{ Bytes: []byte{}, }