1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/constructors/foundMessages.md

24 lines
573 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: foundMessages
description: Contains list of found by search messages
---
## Constructor: foundMessages
[Back to constructors index](index.md)
Contains list of found by search messages
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|messages|Array of [message](../constructors/message.md) | Yes|List of messages|
|next\_from\_search\_id|[long](../types/long.md) | Yes|Value to pass as from_search_id to get more results|
### Type: [FoundMessages](../types/FoundMessages.md)