1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 11:47:19 +01:00
MadelineProto/docs/API_docs_46/constructors/messageEntityEmail.md

26 lines
525 B
Markdown

---
title: messageEntityEmail
description: messageEntityEmail attributes, type and example
---
## Constructor: messageEntityEmail
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|offset|[int](../types/int.md) | Required|
|length|[int](../types/int.md) | Required|
### Type: [MessageEntity](../types/MessageEntity.md)
### Example:
```
$messageEntityEmail = ['_' => 'messageEntityEmail', 'offset' => int, 'length' => int, ];
```