MadelineProtoDocs/docs/API_docs/constructors/textUrl.md

812 B

title description image
textUrl Link 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];

Or, if you're into Lua:

textUrl={_='textUrl', text=RichText, url='string', webpage_id=long}