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

783 B

title description nav_exclude image
textUrl Link true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textUrl

Back to constructors index

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