InputWebFileLocation
- class pyrogram.raw.types.InputWebFileLocation
Location of a remote HTTP(s) file
Constructor of
InputWebFileLocation.- Details:
Layer:
223ID:
C239D686
- Parameters:
url (
str) – HTTP URL of fileaccess_hash (
int64-bit) – Access hash
TL Schema
inputWebFileLocation#c239d686
url:string
access_hash:long
= InputWebFileLocation
Parameter Tree
InputWebFileLocation
├── url →
string└── access_hash →
longExample
InputWebFileLocation(
url="https://google.com",
access_hash=0,
)