pub type Conversation = ChatMessageCollection<String>;
Expand description
A chat conversation.
A chat conversation is a collection of chat messages.
Aliased Typeยง
struct Conversation { /* private fields */ }
pub type Conversation = ChatMessageCollection<String>;
A chat conversation.
A chat conversation is a collection of chat messages.
struct Conversation { /* private fields */ }