Layer 224
UploadCdnFileObj
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 UploadCdnFileObj constructor obj := &tg.UploadCdnFileObj{ Bytes: []byte{0x01, 0x02, 0x03}, }