• Generates the content for a HTML Notice event

    Returns

    Parameters

    • body: string

      the plaintext body of the notice

    • htmlBody: string

      the HTML representation of the notice

    Returns {
        body: string;
        format: string;
        formatted_body: string;
        msgtype: MsgType;
    }

    • body: string
    • format: string
    • formatted_body: string
    • msgtype: MsgType

Generated using TypeDoc