Table of Contents

Class FormattedMessageFormattedMessage

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/FormattedMessage", "4a638033d738c0e1417009bf11ddf193f4238c69578d47cfb00ff51e333405d1")]
public sealed record FormattedMessageFormattedMessage : IEquatable<FormattedMessageFormattedMessage>
Inheritance
FormattedMessageFormattedMessage
Implements
Inherited Members

Properties

Bold

public bool? Bold { get; init; }

Property Value

bool?

Children

public List<FormattedMessageFormattedMessage>? Children { get; init; }

Property Value

List<FormattedMessageFormattedMessage>

Codec

public static Codec<FormattedMessageFormattedMessage> Codec { get; }

Property Value

Codec<FormattedMessageFormattedMessage>

Color

public string? Color { get; init; }

Property Value

string

Italic

public bool? Italic { get; init; }

Property Value

bool?
public string? Link { get; init; }

Property Value

string

MessageId

public string? MessageId { get; init; }

Property Value

string

MessageParams

public Dictionary<string, FormattedMessageFormattedMessage>? MessageParams { get; init; }

Property Value

Dictionary<string, FormattedMessageFormattedMessage>

Monospace

public bool? Monospace { get; init; }

Property Value

bool?

Params

public Dictionary<string, ScalarValue>? Params { get; init; }

Property Value

Dictionary<string, ScalarValue>

RawText

public string? RawText { get; init; }

Property Value

string

Strikethrough

public bool? Strikethrough { get; init; }

Property Value

bool?

Underline

public bool? Underline { get; init; }

Property Value

bool?