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
Readonlytext: stringUsed to supply text data for this node.
OptionalReadonlytype?:
| "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.