Function deltachat::chat::get_next_media

source ·
pub async fn get_next_media(
    context: &Context,
    curr_msg_id: MsgId,
    direction: Direction,
    msg_type: Viewtype,
    msg_type2: Viewtype,
    msg_type3: Viewtype
) -> Result<Option<MsgId>>
👎Deprecated: use get_chat_media instead
Expand description

Searches next/previous message based on the given message and list of types.

Deprecated since 2023-10-03.