mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
28 lines
534 B
Markdown
28 lines
534 B
Markdown
---
|
|
title: messageEntityItalic
|
|
description: messageEntityItalic attributes, type and example
|
|
---
|
|
## Constructor: messageEntityItalic
|
|
[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:
|
|
|
|
```
|
|
$messageEntityItalic = ['_' => 'messageEntityItalic', 'offset' => int, 'length' => int, ];
|
|
```
|
|
|