MessageInput constructor
- @jsonSerializable
- required String text,
- List<
Facet> ? facets, - @unionConvoMessageEmbedConverter UConvoMessageEmbed? embed,
Implementation
@jsonSerializable
const factory MessageInput({
required String text,
List<Facet>? facets,
@unionConvoMessageEmbedConverter UConvoMessageEmbed? embed,
}) = _MessageInput;