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>.
| Name | Type | Description |
|---|---|---|
| strings | string | The strings to search in for the query. |
| query | string | Query to search for. |
| limit | number | The maximum number of objects to return. |
| return_none_for_empty_query | bool | Pass true to receive no results for an empty query. |
More details on telegram's documentation.