929 B
929 B
title | description | image |
---|---|---|
cdnFileHash | CDN file hash | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: cdnFileHash
CDN file hash
Attributes:
Name | Type | Required | Description |
---|---|---|---|
offset | int | Yes | Offset |
limit | int | Yes | Limit |
hash | bytes | Yes | Hash |
Type: CdnFileHash
Example:
$cdnFileHash = ['_' => 'cdnFileHash', 'offset' => int, 'limit' => int, 'hash' => 'bytes'];
PWRTelegram json-encoded version:
{"_": "cdnFileHash", "offset": int, "limit": int, "hash": {"_": "bytes", "bytes":"base64 encoded bytes"}}
Or, if you're into Lua:
cdnFileHash={_='cdnFileHash', offset=int, limit=int, hash='bytes'}