MadelineProtoDocs/docs/TD_docs/methods/searchCallMessages.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: searchCallMessages
description: Searches for call messages. Returns result in reverse chronological order, i. e. in order of decreasing message_id
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-05 01:19:57 +02:00
# Method: searchCallMessages
2018-04-01 13:19:25 +02:00
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Searches for call messages. Returns result in reverse chronological order, i. e. in order of decreasing message_id
### Parameters:
2018-08-29 11:18:25 +02:00
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|from\_message\_id|[int53](../types/int53.md) | Identifier of the message from which to search, you can use 0 to get results from beginning | Yes|
|limit|[int](../types/int.md) | Maximum number of messages to be returned, can't be greater than 100. There may be less than limit messages returned even the end of the history is not reached filter | Yes|
|only\_missed|[Bool](../types/Bool.md) | If true, return only messages with missed calls | Yes|
2018-04-01 13:19:25 +02:00
### Return type: [Messages](../types/Messages.md)