- Preparing search index...
- The search index is not available
solapi
Type alias GetMessagesResponse
Get
Messages
Response
: { limit
: number; messageList
: Record<string, Message>; nextKey
: string | null; startKey
: string | null; }
Type declaration
-
limit: number
-
messageList: Record<string, Message>
-
nextKey: string | null
-
startKey: string | null