pub type Message = NodeContents;Expand description
A struct that represents a message that is to be submitted to Urbit.
Message provides methods to build a message in chunks, thereby allowing you
to add content which needs to be parsed, for example links @p mentions.
It is technically an alias for the NodeContents struct.
Aliased Type§
pub struct Message {
pub content_list: Vec<JsonValue>,
}Fields§
§content_list: Vec<JsonValue>