Skip to main content

AddedChannelModeratorResult

ChatKitty JS Core SDK / Exports / AddedChannelModeratorResult

Class: AddedChannelModeratorResult

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new AddedChannelModeratorResult(channel)

Parameters

NameType
channelChannel

Overrides

ChatKittySucceededResult.constructor

Defined in

lib/channel.ts:256

Properties

channel

channel: Channel

Defined in

lib/channel.ts:256


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