25 lines
783 B
Markdown
25 lines
783 B
Markdown
---
|
|
title: getWebPageInstantView
|
|
description: Returns web page instant view if available. Returns error 404 if web page has no instant view
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: getWebPageInstantView
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns web page instant view if available. Returns error 404 if web page has no instant view
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|url|[string](../types/string.md) | Web page URL | Yes|
|
|
|force\_full|[Bool](../types/Bool.md) | If true, full web page instant view will be returned | Yes|
|
|
|
|
|
|
### Return type: [WebPageInstantView](../types/WebPageInstantView.md)
|
|
|