NewChat¶
- class characterai.types.chat1.NewChat¶
New chat info
- Parameters:
title (
str
) – Chat title (?)participants (List of
Participants
) – Objects in chatexternal_id (
str
) – Chat IDlast_interaction (
datetime
) – Date of last messagecreated (
datetime
) – Chat creation datetype (
str
) – Chat type (chat or room)description (
str
) – Chat description (?)speech (
str
) – WebRTC voicestatus (
str
) – Status of function executionhas_more (
bool
) – Are there any more chat messagesmessages (List of
Messages
) – Messages listid (
str
) – Chat IDtgt (
str
, property) – Old character ID type