mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 22:17:45 +01:00
578 B
578 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, ];
Or, if you're into Lua:
textEmail={_='textEmail', text=RichText, email=string, }