View Source ExTDLib.Object.FoundMessages (ExTDLib v0.0.4)
Contains a list of messages found by a search.
| Name | Type | Description |
|---|---|---|
| total_count | number | Approximate total number of messages found; -1 if unknown. |
| messages | message | List of messages. |
| next_offset | string | The offset for the next request. If empty, then there are no more results. |
More details on telegram's documentation.