pub async fn search_call_messages(
offset: String,
limit: i32,
only_missed: bool,
client_id: i32,
) -> Result<FoundMessages, Error>Expand description
Searches for call messages. Returns the results in reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib
ยงArguments
offset- Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of resultslimit- The maximum number of messages to be returned; up to 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limitonly_missed- Pass true to search only for messages with missed/declined callsclient_id- The client id to send the request to