Skip to content

ConversationObject

Example Usage

typescript
import { ConversationObject } from "@meetkai/mka1/models/components";

let value: ConversationObject = {
  id: "<id>",
  object: "conversation",
  createdAt: 6334.6,
};

Fields

FieldTypeRequiredDescription
idstring✔️The unique ID of the conversation
object"conversation"✔️The object type, always 'conversation'
createdAtnumber✔️Unix timestamp of when the conversation was created
metadataRecord<string, string>N/A