messages.getSearchCounters
Get the number of results that would be found by a messages.search call with the same parameters
Example
TL schema
Parameters
Name | Type | Description |
peer | Peer where to search | |
filters | Vector < MessagesFilter > | Search filters |
Result
Vector[messages.SearchCounter](https://core.telegram.org/type/messages.SearchCounter)
Possible errors
Code | Type | Description |
Can bots use this methd ?
yes
Related pages
Gets back found messages
Last updated