Interface ChatClientContextProviderProps

Props for the chat client context provider.

interface ChatClientContextProviderProps {
    client: ChatClient;
}

Properties

Properties

client: ChatClient

Instance of the ChatClient