MessageInput constructor

  1. @jsonSerializable
const MessageInput({
  1. required String text,
  2. List<Facet>? facets,
  3. @unionConvoMessageEmbedConverter UConvoMessageEmbed? embed,
})

Implementation

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