1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:16:55 +01:00
MadelineProto/docs/TD_docs/constructors/textEntity.md
2017-08-25 15:05:53 +02:00

677 B

title description
textEntity Represent part of the text which needs to be formatted in some unusual way

Constructor: textEntity

Back to constructors index

Represent part of the text which needs to be formatted in some unusual way

Attributes:

Name Type Required Description
offset int Yes Offset of the entity in UTF-16 code points
length int Yes Length of the entity in UTF-16 code points
type TextEntityType Yes Type of the entity

Type: TextEntity