1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
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, ];