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