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
public bool? Bold { get; init; }
Property Value
- bool?
public List<FormattedMessageFormattedMessage>? Children { get; init; }
Property Value
- List<FormattedMessageFormattedMessage>
public static Codec<FormattedMessageFormattedMessage> Codec { get; }
Property Value
- Codec<FormattedMessageFormattedMessage>
public string? Color { get; init; }
Property Value
- string
public bool? Italic { get; init; }
Property Value
- bool?
public string? Link { get; init; }
Property Value
- string
public string? MessageId { get; init; }
Property Value
- string
public Dictionary<string, FormattedMessageFormattedMessage>? MessageParams { get; init; }
Property Value
- Dictionary<string, FormattedMessageFormattedMessage>
public bool? Monospace { get; init; }
Property Value
- bool?
public Dictionary<string, ScalarValue>? Params { get; init; }
Property Value
- Dictionary<string, ScalarValue>
RawText
public string? RawText { get; init; }
Property Value
- string
public bool? Strikethrough { get; init; }
Property Value
- bool?
public bool? Underline { get; init; }
Property Value
- bool?