Function threema_gateway::send_e2e [] [src]

pub fn send_e2e(from: &str,
                to: &str,
                secret: &str,
                nonce: &[u8],
                ciphertext: &[u8])
                -> Result<String, ApiError>

Send an already encrypted E2E message to the specified receiver.