Module tdlight.api

Class TdApi.GetTextEntities

Enclosing class:
TdApi

public static final 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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    The text in which to look for entites.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text.
    Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text.
    Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    int
     
    void
     

    Methods inherited from class it.tdlight.jni.TdApi.Function

    toString

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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
      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

      Throws:
      IOException
  • Method Details