Function execute_get_dm

Source
pub async fn execute_get_dm(
    since: &i64,
    identity_keys: Keys,
    trade_keys: Keys,
    trade_index: i64,
    mostro_key: PublicKey,
    client: &Client,
    from_user: bool,
) -> Result<()>