MadelineProtoDocs/docs/API_docs/constructors/inputWebFileLocation.md

832 B

title description image
inputWebFileLocation Location of a remote HTTP(s) file https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputWebFileLocation

Back to constructors index

Location of a remote HTTP(s) file

Attributes:

Name Type Required Description
url string Yes HTTP URL of file
access_hash long Yes Access hash

Type: InputWebFileLocation

Example:

$inputWebFileLocation = ['_' => 'inputWebFileLocation', 'url' => 'string', 'access_hash' => long];

Or, if you're into Lua:

inputWebFileLocation={_='inputWebFileLocation', url='string', access_hash=long}