Skip to main content

RetrieveThreadChannelSucceededResult

ChatKitty JS Core SDK / Exports / RetrieveThreadChannelSucceededResult

Class: RetrieveThreadChannelSucceededResult

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new RetrieveThreadChannelSucceededResult(channel)

Parameters

NameType
channelChannel

Overrides

ChatKittySucceededResult.constructor

Defined in

lib/thread.ts:89

Properties

channel

channel: Channel

Defined in

lib/thread.ts:89


failed

failed: false

Inherited from

ChatKittySucceededResult.failed

Defined in

lib/result.ts:5


succeeded

succeeded: true

Inherited from

ChatKittySucceededResult.succeeded

Defined in

lib/result.ts:4