MadelineProto/old_docs/API_docs_v41/constructors/inputDocumentFileLocation.md
2017-07-23 16:33:46 +02:00

833 B

title description
inputDocumentFileLocation inputDocumentFileLocation attributes, type and example

Constructor: inputDocumentFileLocation

Back to constructors index

Attributes:

Name Type Required
id long Yes
access_hash long Yes

Type: InputFileLocation

Example:

$inputDocumentFileLocation = ['_' => 'inputDocumentFileLocation', 'id' => long, 'access_hash' => long];

PWRTelegram json-encoded version:

{"_": "inputDocumentFileLocation", "id": long, "access_hash": long}

Or, if you're into Lua:

inputDocumentFileLocation={_='inputDocumentFileLocation', id=long, access_hash=long}