Canonical result of an ephemeral send attempt.
Summary
Types
@type t() :: %Jido.Chat.EphemeralMessage{ attachments: [ %Jido.Chat.Attachment{ data: term(), duration: term(), filename: term(), height: term(), kind: term(), media_type: term(), metadata: term(), path: term(), size_bytes: term(), url: term(), width: term() } ], formatted: nil | nil | binary(), id: binary(), metadata: map(), raw: nil | nil | any(), text: nil | nil | binary(), thread_id: binary(), used_fallback: boolean() }