InputWebFileLocation
- class pyrogram.raw.base.InputWebFileLocation
Location of remote file
- Constructors:
This base type has 3 constructors available.
Used to download an album cover for any music file using upload.getWebFile, see the webfile docs for more info ».
Used to download a server-generated image with the map preview from a geoPoint, see the webfile docs for more info ».
Location of a remote HTTP(s) file
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,
)