Table of Contents

Class MessageActionFormattedMessage

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/MessageAction/properties/Message", "fd0d5b0d8723363bd6018d6afb2d958c1beceabb32dd44eff5ed3a24baa7fe04")]
public sealed record MessageActionFormattedMessage : IEquatable<MessageActionFormattedMessage>
Inheritance
MessageActionFormattedMessage
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<MessageActionFormattedMessage> Codec { get; }

Property Value

Codec<MessageActionFormattedMessage>

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?