mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
738 B
738 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
upload.cdnFile | Represent a chunk of a CDN file. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/upload_cdnFile.html |
Constructor: upload.cdnFile
Represent a chunk of a CDN file.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
bytes | bytes | Yes | The data |
Type: upload.CdnFile
Example:
$upload_cdnFile = ['_' => 'upload.cdnFile', 'bytes' => 'bytes'];