mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 05:56:55 +01:00
23 lines
669 B
Markdown
23 lines
669 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
|
|
---
|
|
## 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 | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|message\_text|[CLICK ME string](../types/string.md) | Yes|Message text|
|
|
|
|
|
|
### Return type: [WebPage](../types/WebPage.md)
|
|
|