843 B
843 B
title | description |
---|---|
upload.file | upload_file attributes, type and example |
Constructor: upload.file
Attributes:
Name | Type | Required |
---|---|---|
type | storage_FileType | Yes |
mtime | int | Yes |
bytes | bytes | Yes |
Type: upload_File
Example:
$upload_file = ['_' => 'upload.file', 'type' => storage_FileType, 'mtime' => int, 'bytes' => 'bytes'];
PWRTelegram json-encoded version:
{"_": "upload.file", "type": storage_FileType, "mtime": int, "bytes": "bytes"}
Or, if you're into Lua:
upload_file={_='upload.file', type=storage_FileType, mtime=int, bytes='bytes'}