MadelineProto/docs/TD_docs/methods/searchCallMessages.md

1.0 KiB

title description
searchCallMessages Searches for call messages. Returns result in reverse chronological order, i. e. in order of decreasing message_id

Method: searchCallMessages

Back to methods index

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 Required Description
from_message_id CLICK ME int53 Yes Identifier of the message from which to search, you can use 0 to get results from beginning
limit CLICK ME 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 CLICK ME Bool Yes If true, return only messages with missed calls

Return type: Messages