View Source ExTDLib.Object.TextEntity (ExTDLib v0.0.4)
Represents a part of the text that needs to be formatted in some unusual way.
| Name | Type | Description |
|---|---|---|
| offset | number | Offset of the entity, in UTF-16 code units. |
| length | number | Length of the entity, in UTF-16 code units. |
| type | TextEntityType | Type of the entity. |
More details on telegram's documentation.