Link Search Menu Expand Document

Constructor: inputWebFileLocation

Back to constructors index

Location of a remote HTTP(s) file

Attributes:

NameTypeRequiredDescription
urlstringYesHTTP URL of file
access_hashlongYesAccess hash

Type: InputWebFileLocation

Example:

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