24 lines
735 B
Markdown
24 lines
735 B
Markdown
---
|
|
title: getWebPagePreview
|
|
description: Returns web page preview by text of the message. Do not call this function to often. Returns error 404 if web page has no preview
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: getWebPagePreview
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns web page preview by text of the message. Do not call this function to often. Returns error 404 if web page has no preview
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|message\_text|[string](../types/string.md) | Message text | Yes|
|
|
|
|
|
|
### Return type: [WebPage](../types/WebPage.md)
|
|
|