2018-04-01 13:19:25 +02:00
|
|
|
---
|
|
|
|
title: foundMessages
|
|
|
|
description: Contains list of found by search messages
|
2018-04-04 19:52:48 +02:00
|
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
2018-04-01 13:19:25 +02:00
|
|
|
---
|
2018-04-04 23:19:57 +00:00
|
|
|
# Constructor: foundMessages
|
2018-04-01 13:19:25 +02:00
|
|
|
[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|[int64](../constructors/int64.md) | Yes|Value to pass as from_search_id to get more results|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [FoundMessages](../types/FoundMessages.md)
|
|
|
|
|
|
|
|
|