28 lines
529 B
Markdown
28 lines
529 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, ];
|
|
```
|
|
|