Skip to content

DiffEntity

Type · TDLib 1.8.67 · d1085f9c

Represents a change of a text

DiffEntity(
  offset: int32,
  length: int32,
  type: DiffEntityType
) → DiffEntity

offset

int32

Offset of the entity, in UTF-16 code units

length

int32

Length of the entity, in UTF-16 code units

type

DiffEntityType

Type of the entity