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
Name | Type | Description |
---|---|---|
from_message_id | string | Identifier of the message from which to search; use 0 to get results from the beginning. |
limit | number | The 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_missed | bool | If true, returns only messages with missed calls. |
More details on telegram’s documentation.