749 B
749 B
title | description | image |
---|---|---|
textUrl | Text URL | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textUrl
Text URL
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Text |
url | string | Yes | URL |
webpage_id | long | Yes | Webpage ID |
Type: RichText
Example:
$textUrl = ['_' => 'textUrl', 'text' => RichText, 'url' => 'string', 'webpage_id' => long];
Or, if you're into Lua:
textUrl={_='textUrl', text=RichText, url='string', webpage_id=long}