MadelineProtoDocs/docs/API_docs/constructors/messages.webPage.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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]];