osu-api-v2-js
    Preparing search index...

    Interface RichText

    The content of a forum post or the "me!" section of a user page, where there can be lots of custom text

    interface RichText {
        html: string;
        raw: string;
    }
    Index

    Properties

    Properties

    html: string

    Content in HTML format

    raw: string

    Content in BBCode format