Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously. Request type for Tdjson#searchStringsByPrefix.
The maximum number of objects to return.
Query to search for.
Optional
Pass true to receive no results for an empty query.
The strings to search in for the query.
Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously. Request type for Tdjson#searchStringsByPrefix.