Type Alias TextJSONMessagePart
TextJSONMessagePart : {
text: string;
type?:
| "text"
| "entrance_name"
| "player_id"
| "player_name";
}
text: string;
type?:
| "text"
| "entrance_name"
| "player_id"
| "player_name";
}
Type declaration
Readonly
text: stringUsed to supply text data for this node.
Optional
Readonly
type?:
| "text"
| "entrance_name"
| "player_id"
| "player_name"Used to denote the intent of the message part.
See
JSONMessagePart for all possible message part node subtypes.
A textual node containing plaintext metadata.