711 B
711 B
title | description | image |
---|---|---|
textEmail | Rich text email link | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textEmail
Rich text email link
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Link text |
string | Yes | Email address |
Type: RichText
Example:
$textEmail = ['_' => 'textEmail', 'text' => RichText, 'email' => 'string'];
Or, if you're into Lua:
textEmail={_='textEmail', text=RichText, email='string'}