The Chat namespace contains the classes and functions that you need to create a real-time chat application.
Classes
Interfaces
Type aliases
Ƭ PagingCursor: { after?
: never
; before
: string
} | { after
: string
; before?
: never
}
Variables
• Client: (chatOptions
: ClientOptions
) => Client
Type declaration
• new Client(chatOptions
)
Parameters
Name | Type |
---|---|
chatOptions | ClientOptions |