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