chai_py.types module¶
-
class
chai_py.types.LatestMessage(text: str, timestamp: int)¶ Bases:
object-
text: str¶
-
timestamp: int¶
-
-
class
chai_py.types.Message(sender_uid: str, timestamp: int, message_kind: chai_py.types.MessageKind, content: str)¶ Bases:
object-
content: str¶
-
message_kind: chai_py.types.MessageKind¶
-
sender_uid: str¶
-
timestamp: int¶
-
-
class
chai_py.types.Update(conversation_id: str, latest_message: chai_py.types.LatestMessage)¶ Bases:
object-
conversation_id: str¶
-
latest_message: chai_py.types.LatestMessage¶
-