Module tdlight.api

Class TdApi.SearchQuote

Enclosing class:
TdApi

public static final class TdApi.SearchQuote extends TdApi.Function<TdApi.FoundPosition>
Searches for a given quote in a text. Returns found quote start position in UTF-16 code units. Returns a 404 error if the quote is not found. Can be called synchronously.

Returns FoundPosition

  • Field Details

    • text

      public TdApi.FormattedText text
      Text in which to search for the quote.
    • quote

      public TdApi.FormattedText quote
      Quote to search for.
    • quotePosition

      public int quotePosition
      Approximate quote position in UTF-16 code units.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SearchQuote

      public SearchQuote()
      Searches for a given quote in a text. Returns found quote start position in UTF-16 code units. Returns a 404 error if the quote is not found. Can be called synchronously.

      Returns FoundPosition

    • SearchQuote

      public SearchQuote(TdApi.FormattedText text, TdApi.FormattedText quote, int quotePosition)
      Searches for a given quote in a text. Returns found quote start position in UTF-16 code units. Returns a 404 error if the quote is not found. Can be called synchronously.

      Returns FoundPosition

      Parameters:
      text - Text in which to search for the quote.
      quote - Quote to search for.
      quotePosition - Approximate quote position in UTF-16 code units.

      Returns FoundPosition

    • SearchQuote

      public SearchQuote(DataInput input) throws IOException
      Searches for a given quote in a text. Returns found quote start position in UTF-16 code units. Returns a 404 error if the quote is not found. Can be called synchronously.

      Returns FoundPosition

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object