pub type Sender = Party;
Expand description
The party responsible for transmitting a message.
Aliased Type§
struct Sender {
pub id: String,
pub name: Option<String>,
pub names: Option<HashMap<String, String>>,
pub contacts: Option<Vec<Contact>>,
pub other: Option<HashMap<String, Value>>,
}
Fields§
§id: String
§name: Option<String>
§names: Option<HashMap<String, String>>
§contacts: Option<Vec<Contact>>
§other: Option<HashMap<String, Value>>