Rich messages

RichText

This object represents a rich formatted text. Currently, it can be either a String for plain text, an Array of RichText, or any of the following types:

one of

import

types.ts
import type { RichText } from "@yaebal/types";

used by

types