ChatMessages

Date

2/1/2024 - 8:16:35 PM

Export

Constructors

Properties

Methods

Constructors

Properties

apiClient: APIClient

Methods

  • Fetch chat messages from the given timestamp ordered DESC. Can be used for pagination.

    Parameters

    • param0: {
          conversation: string;
          timestamp: number;
      }
      • conversation: string
      • timestamp: number

    Returns Promise<ChatMessage[]>

    Date

    2/20/2024 - 5:57:33 AM

    Async

Generated using TypeDoc