MadelineProtoDocs/old_docs/API_docs_v23/constructors/cdnFileHash.md

718 B

title description image
cdnFileHash cdnFileHash attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: cdnFileHash

Back to constructors index

Attributes:

Name Type Required
offset int Yes
limit int Yes
hash bytes Yes

Type: CdnFileHash

Example:

$cdnFileHash = ['_' => 'cdnFileHash', 'offset' => int, 'limit' => int, 'hash' => 'bytes'];

Or, if you're into Lua:

cdnFileHash={_='cdnFileHash', offset=int, limit=int, hash='bytes'}