Polyjuice Client v0.4.4 Polyjuice.Client.MsgBuilder.MsgData protocol View Source
Something that can be turned into a message.
Link to this section Summary
Functions
Return the HTML version of the message part.
Return the plain-text version of the message part, and whether the HTML version will be different.
Link to this section Types
Link to this section Functions
Return the HTML version of the message part.
Return the plain-text version of the message part, and whether the HTML version will be different.
Returns a tuple of the form {plain_text_version, html_differs}
, e.g.
{"*Hello* /world/", true}
.