Module urbit_http_api::chat[][src]

Structs

AuthoredMessage

A Message with the author @p also included

Chat

A struct that provides an interface for interacting with Urbit chats

Type Definitions

Message

A struct that represents a message that is to be sent to an Urbit chat. 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.