Raw.messages.GetWebPage
Get instant view page
messages.getWebPage#8d9692a3 url:string hash:int = messages.WebPage;
export namespace Raw {
export namespace messages {
export class GetWebPage {
constructor(params: { url: string; hash: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x8d9692a3
Property
url
: stringUrl of iv page to fetch
hash
: numberHash used for caching, for more info click here. note: the usual hash generation algorithm cannot be used in this case, please re-use the webpage.hash field returned by a previous call to the method, or pass 0 if this is the first call or if the previous call did not return a webpage.