779 B
779 B
title | description | image |
---|---|---|
textEmail | textEmail attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: textEmail
Attributes:
Name | Type | Required |
---|---|---|
text | RichText | Yes |
string | Yes |
Type: RichText
Example:
$textEmail = ['_' => 'textEmail', 'text' => RichText, 'email' => 'string'];
PWRTelegram json-encoded version:
{"_": "textEmail", "text": RichText, "email": "string"}
Or, if you're into Lua:
textEmail={_='textEmail', text=RichText, email='string'}