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
public bool? Bold { get; init; }
Property Value
- bool?
public List<FormattedMessageFormattedMessage>? Children { get; init; }
Property Value
- List<FormattedMessageFormattedMessage>
public static Codec<MessageActionFormattedMessage> Codec { get; }
Property Value
- Codec<MessageActionFormattedMessage>
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?