MadelineProtoDocs/docs/API_docs/constructors/upload.cdnFile.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];