matrix-sdk-common 0.16.1

Collection of common types and imports used in the matrix-sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: crates/matrix-sdk-common/src/deserialized_responses.rs
expression: info
---
{
  "sender": "@alice:localhost",
  "sender_device": "ABCDEFGH",
  "algorithm_info": {
    "MegolmV1AesSha2": {
      "curve25519_key": "curvecurvecurve",
      "sender_claimed_keys": {},
      "session_id": "mysessionid76"
    }
  },
  "verification_state": "Verified"
}