Class TdApi.TextEntity

  • Enclosing class:
    TdApi

    public static class TdApi.TextEntity
    extends TdApi.Object
    Represents a part of the text that needs to be formatted in some unusual way.
    • Field Detail

      • offset

        public int offset
        Offset of the entity, in UTF-16 code units.
      • length

        public int length
        Length of the entity, in UTF-16 code units.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TextEntity

        public TextEntity()
        Represents a part of the text that needs to be formatted in some unusual way.
      • TextEntity

        public TextEntity​(int offset,
                          int length,
                          TdApi.TextEntityType type)
        Represents a part of the text that needs to be formatted in some unusual way.
        Parameters:
        offset - Offset of the entity, in UTF-16 code units.
        length - Length of the entity, in UTF-16 code units.
        type - Type of the entity.