Type Definition urbit_chatbot_framework::Message[][src]

type Message = NodeContents;

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.