1009 B
1009 B
title | description |
---|---|
searchCallMessages | Searches for call messages. Returns result in reverse chronological order, i. e. in order of decreasing message_id |
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
Params:
Name | Type | Required | Description |
---|---|---|---|
from_message_id | int53 | Yes | Identifier of the message from which to search, you can use 0 to get results from beginning |
limit | int | Yes | 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 |
only_missed | Bool | Yes | If true, return only messages with missed calls |