Schema representing a DeleteMessageResponse within the OpenAI API
@type t() :: %ExOpenAI.Components.DeleteMessageResponse{ deleted: boolean(), id: String.t(), object: :"thread.message.deleted" }