Available types

BackgroundFillFreeformGradient

The background is a freeform gradient that rotates after every message in the chat.

fields

fieldtyperequireddescription
typestringrequiredType of the background fill, always “freeform_gradient”
colorsnumber[]requiredA list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format

import

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

used by

types