mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 11:34:41 +01:00
26 lines
530 B
Markdown
26 lines
530 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, ];
|
||
|
```
|