Mayson Monorepo Documentation
Preparing search index...
packages/types/src
ChatHistoryResponse
Interface ChatHistoryResponse
Response from getting chat history
interface
ChatHistoryResponse
{
messages
:
IChatMessage
[]
;
hasMore
:
boolean
;
total
:
number
;
}
Index
Properties
messages
has
More
total
Properties
messages
messages
:
IChatMessage
[]
has
More
hasMore
:
boolean
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
messages
has
More
total
Mayson Monorepo Documentation
Loading...
Response from getting chat history