Options
All
  • Public
  • Public/Protected
  • All
Menu

A user joined a channel

Hierarchy

  • OnUserJoiningChannel

Implements

  • HandleEvent<schema.OnUserJoiningChannel.Subscription>

Index

Constructors

constructor

  • new OnUserJoiningChannel(listeners: UserJoiningChannelListener[], repoRefResolver: RepoRefResolver, credentialsFactory: CredentialsResolver, preferenceStoreFactory: PreferenceStoreFactory): OnUserJoiningChannel

Properties

configuration

configuration: Configuration

Private credentialsFactory

credentialsFactory: CredentialsResolver

Private listeners

listeners: UserJoiningChannelListener[]

Private preferenceStoreFactory

preferenceStoreFactory: PreferenceStoreFactory

Private repoRefResolver

repoRefResolver: RepoRefResolver

Methods

handle

  • handle(event: EventFired<schema.OnUserJoiningChannel.Subscription>, context: HandlerContext): Promise<HandlerResult>

Generated using TypeDoc