NewChat

class characterai.types.chat1.NewChat

New chat info

Parameters:
  • title (str) – Chat title (?)

  • participants (List of Participants) – Objects in chat

  • external_id (str) – Chat ID

  • last_interaction (datetime) – Date of last message

  • created (datetime) – Chat creation date

  • type (str) – Chat type (chat or room)

  • description (str) – Chat description (?)

  • speech (str) – WebRTC voice

  • status (str) – Status of function execution

  • has_more (bool) – Are there any more chat messages

  • messages (List of Messages) – Messages list

  • id (str) – Chat ID

  • tgt (str, property) – Old character ID type