mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
983 B
983 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.webPage | Represents an Instant View webpage. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_webPage.html |
Constructor: messages.webPage
Represents an Instant View webpage.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
webpage | WebPage | Optional | The instant view webpage. |
chats | Array of Chat | Yes | Chats mentioned in the webpage. |
users | Array of User | Yes | Users mentioned in the webpage. |
Type: messages.WebPage
Example:
$messages_webPage = ['_' => 'messages.webPage', 'webpage' => WebPage, 'chats' => [Chat, Chat], 'users' => [User, User]];