Constructor: messages.searchCounter
Indicates how many results would be found by a messages.search call with the same parameters
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| inexact | Bool | Optional | If set, the results may be inexact |
| filter | MessagesFilter | Yes | Provided message filter |
| count | int | Yes | Number of results that were found server-side |
Type: messages.SearchCounter
Example:
$messages_searchCounter = ['_' => 'messages.searchCounter', 'inexact' => Bool, 'filter' => MessagesFilter, 'count' => int];