Module tdlight.api

Class TdApi.GetTextEntities

Enclosing class:
TdApi

public static class TdApi.GetTextEntities extends TdApi.Function<TdApi.TextEntities>
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. Can be called synchronously.

Returns TextEntities

  • Field Details

    • text

      public String text
      The text in which to look for entites.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetTextEntities

      public GetTextEntities()
      Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. Can be called synchronously.

      Returns TextEntities

    • GetTextEntities

      public GetTextEntities(String text)
      Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. Can be called synchronously.

      Returns TextEntities

      Parameters:
      text - String The text in which to look for entites.
    • GetTextEntities

      public GetTextEntities(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details