Constructor: textUrl
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];