Skip to main content

ChatSession

ChatKitty JS Core SDK / Exports / ChatSession

Class: ChatSession

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ChatSession()

Properties

channel

channel: Channel

Defined in

lib/chat-session.ts:13


end

end: ChatKittyUnsubscribe

Defined in

lib/chat-session.ts:15


thread

thread: null | Thread

Defined in

lib/chat-session.ts:14

Methods

setThread

setThread(thread): void

Parameters

NameType
threadThread

Returns

void

Defined in

lib/chat-session.ts:17