MessageInput constructor
const
MessageInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory MessageInput({
@Default('chat.sprk.convo.defs#messageInput') String $type,
required String text,
@AtUriConverter() AtUri? embed,
Map<String, dynamic>? $unknown,
}) = _MessageInput;