24 lines
573 B
Markdown
24 lines
573 B
Markdown
|
---
|
||
|
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)
|
||
|
|
||
|
|