Layer 220
InputWebFileLocation
Location of a remote HTTP(s) file
constructor
inputWebFileLocation#c239d686 url:string access_hash:long = InputWebFileLocation;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | HTTP URL of file |
| AccessHash | long | Access hash |
Returns
InputWebFileLocationGogram Example
// Creating InputWebFileLocation constructor obj := &tg.InputWebFileLocation{ Url: "...", AccessHash: int64(0), }