SearchQuote class final

SearchQuote (searchQuote) - TDLib function

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.

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

FoundPosition is returned on completion.

Inheritance

Constructors

SearchQuote({required FormattedText text, required FormattedText quote, required int quotePosition})
SearchQuote (searchQuote) - TDLib function
const

Properties

currentObjectId String
TDLib object type for current class instance
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
quote FormattedText
Quote to search for
final
quotePosition int
Approximate quote position in UTF-16 code units
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text FormattedText
Text in which to search for the quote
final

Methods

copyWith({FormattedText? text, FormattedText? quote, int? quotePosition}) SearchQuote
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultObjectId → const String
TDLib object type