Type alias GetMessagesResponse

GetMessagesResponse: {
    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

Generated using TypeDoc