MadelineProto/docs/TD_docs/constructors/updateFile.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

648 B

title description
updateFile File is downloaded/uploaded

Constructor: updateFile

Back to constructors index

File is downloaded/uploaded

Attributes:

Name Type Required Description
file file Yes Synced file

Type: Update

Example:

$updateFile = ['_' => 'updateFile', 'file' => file];

PWRTelegram json-encoded version:

{"_": "updateFile", "file": file}

Or, if you're into Lua:

updateFile={_='updateFile', file=file}