Layer 224
constructor
upload.cdnFile#a99fca4f bytes:bytes = upload.CdnFile;

Parameters

Name Type Description
Bytes bytes The data

Returns

upload.CdnFile

Gogram Example

// Creating UploadCdnFileObj constructor
obj := &tg.UploadCdnFileObj{
    Bytes: []byte{0x01, 0x02, 0x03},
}