1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 05:36:56 +01:00
MadelineProto/docs/TD_docs/methods/getWebPagePreview.md
2017-08-25 14:43:29 +02:00

23 lines
556 B
Markdown

---
title: getWebPagePreview
description: Get web page preview by text of the message. Do not call this function to often
---
## Method: getWebPagePreview
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Get web page preview by text of the message. Do not call this function to often
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|message\_text|[string](../types/string.md) | Yes|Message text|
### Return type: [WebPage](../types/WebPage.md)