mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
783 B
783 B
title | description | nav_exclude | image |
---|---|---|---|
textUrl | Link | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textUrl
Link
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Text of link |
url | string | Yes | Webpage HTTP URL |
webpage_id | long | Yes | If a preview was already generated for the page, the page ID |
Type: RichText
Example:
$textUrl = ['_' => 'textUrl', 'text' => RichText, 'url' => 'string', 'webpage_id' => long];