TDLib v0.0.2 TDLib.Method.SearchCallMessages View Source

Searches for call messages. Returns the results in reverse chronological order (i. e., in order of decreasing message_id). Returns object_ptr.

NameTypeDescription
from_message_idstringIdentifier of the message from which to search; use 0 to get results from the beginning.
limitnumberThe maximum number of messages to be returned; up to 100. Fewer messages may be returned than specified by the limit, even if the end of the message history has not been reached.
only_missedboolIf true, returns only messages with missed calls.

More details on telegram’s documentation.