Freigeben über


StatefulChatClientOptions type

Optionen zum Erstellen des StatefulChatClient.

type StatefulChatClientOptions = {
  chatClientOptions: ChatClientOptions
  maxStateChangeListeners?: number
}