MadelineProtoDocs/docs/TD_docs/constructors/richTextEmail.md

25 lines
514 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: richTextEmail
description: Rich text email link
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
## Constructor: richTextEmail
[Back to constructors index](index.md)
Rich text email link
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|text|[RichText](../types/RichText.md) | Yes|The text|
|email|[string](../types/string.md) | Yes|The email|
### Type: [RichText](../types/RichText.md)