View Source ExTDLib.Method.SearchStringsByPrefix (ExTDLib v0.0.4)

Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously. Returns object_ptr<FoundPositions>.

NameTypeDescription
stringsstringThe strings to search in for the query.
querystringQuery to search for.
limitnumberThe maximum number of objects to return.
return_none_for_empty_queryboolPass true to receive no results for an empty query.

More details on telegram's documentation.