MadelineProto/docs/API_docs/constructors/textUrl.md

550 B

title description
textUrl textUrl attributes, type and example

Constructor: textUrl

Back to constructors index

Attributes:

Name Type Required
text RichText Required
url string Required
webpage_id long Required

Type: RichText

Example:

$textUrl = ['_' => 'textUrl', 'text' => RichText, 'url' => string, 'webpage_id' => long, ];