FsMake


TextPart Type

Represents text that makes up a message.

Union cases

Union case Description

Colorized(text, color)

Full Usage: Colorized(text, color)

Parameters:
    text : string - The text.
    color : Color - The color to write the text in.

Text that should the written with the specified color.

text : string

The text.

color : Color

The color to write the text in.

Text text

Full Usage: Text text

Parameters:
    text : string - The text.

Plain text.

text : string

The text.

Token text

Full Usage: Token text

Parameters:
    text : string - The token's text.

A token that should be colorized with the Message's TokenColor.

text : string

The token's text.