MadelineProto/docs/TD_docs/methods/searchSecretMessages.md
Daniil Gentili e4a326e552
Http refactor (#307)
* refactor

* Apply fixes from StyleCI

* Implement https and http transport, add support for new req_pq_multi, send pending acks and objects in containers along with the next method call, remove dependency on the socket extension.

* Apply fixes from StyleCI

* Make types with empty constructors optional, fix phar archives (fixes #217)

* Apply fixes from StyleCI

* Update to layer 75

* Update github pages gemfile.lock
2018-02-18 14:18:18 +01:00

27 lines
1.1 KiB
Markdown

---
title: searchSecretMessages
description: Searches for messages in secret chats. Returns result in reverse chronological order
---
## Method: searchSecretMessages
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Searches for messages in secret chats. Returns result in reverse chronological order
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[int53](../types/int53.md) | Yes|Identifier of a chat to search in. Specify 0 to search in all secret chats|
|query|[string](../types/string.md) | Yes|Query to search for. If empty, searchChatMessages should be used instead|
|from\_search\_id|[int64](../constructors/int64.md) | Yes|Identifier from the result of previous request, use 0 to get results from the beginning|
|limit|[int](../types/int.md) | Yes|Maximum number of messages to be returned, can't be greater than 100|
|filter|[SearchMessagesFilter](../types/SearchMessagesFilter.md) | Optional|Filter for content of searched messages|
### Return type: [FoundMessages](../types/FoundMessages.md)