Function deltachat::location::get_range

source ·
pub async fn get_range(
    context: &Context,
    chat_id: Option<ChatId>,
    contact_id: Option<u32>,
    timestamp_from: i64,
    timestamp_to: i64
) -> Result<Vec<Location>>
Expand description

Searches for locations in the given time range, optionally filtering by chat and contact IDs.