messages.searchCounter
Indicates how many results would be found by a messages.search call with the same parameters
type tg.MessagesSearchCounter struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Inexact | bool | — | If set, the results may be inexact |
Filter | MessagesFilterClass | yes | Provided message filter |
Count | int | yes | Number of results that were found server-side |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.searchCounter#e844ebff