703 B
703 B
title | description |
---|---|
textEmail | textEmail attributes, type and example |
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, }