1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
searchCallMessages | Searches for call messages. Returns result in reverse chronological order, i. e. in order of decreasing message_id | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: searchCallMessages
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:
Name | Type | Description | Required |
---|---|---|---|
from_message_id | int53 | Identifier of the message from which to search, you can use 0 to get results from beginning | Yes |
limit | int | 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 | If true, return only messages with missed calls | Yes |