StatefulChatClientOptions type

Možnosti pro vytvoření StatefulChatClient.

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