MadelineProto/docs/API_docs/constructors/textEmail.md

492 B

title description
textEmail textEmail attributes, type and example

Constructor: textEmail

Back to constructors index

Attributes:

Name Type Required
text RichText Required
email string Required

Type: RichText

Example:

$textEmail = ['_' => 'textEmail', 'text' => RichText, 'email' => string, ];