Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GroupChannelHandlerParams
    • GroupChannelHandler

Index

Constructors

  • Parameters

    • params: GroupChannelHandlerParams = {}

    Returns GroupChannelHandler

Properties

onChannelChanged?: ((channel: BaseChannel) => void) = noop

Type declaration

onChannelDeleted?: ((channelUrl: string, channelType: ChannelType) => void) = noop

Type declaration

    • Parameters

      Returns void

onChannelFrozen?: ((channel: BaseChannel) => void) = noop

Type declaration

onChannelHidden?: ((channel: GroupChannel) => void) = noop

Type declaration

onChannelMemberCountChanged?: ((channels: BaseChannel[]) => void) = noop

Type declaration

onChannelUnfrozen?: ((channel: BaseChannel) => void) = noop

Type declaration

onMentionReceived?: ((channel: BaseChannel, message: BaseMessage) => void) = noop

Type declaration

onMessageDeleted?: ((channel: BaseChannel, messageId: number) => void) = noop

Type declaration

onMessageReceived?: ((channel: BaseChannel, message: BaseMessage) => void) = noop

Type declaration

onMessageUpdated?: ((channel: BaseChannel, message: BaseMessage) => void) = noop

Type declaration

onMetaCounterCreated?: ((channel: BaseChannel, metaCounter: MetaCounter) => void) = noop

Type declaration

onMetaCounterDeleted?: ((channel: BaseChannel, metaCounterKeys: string[]) => void) = noop

Type declaration

    • (channel: BaseChannel, metaCounterKeys: string[]): void
    • Parameters

      Returns void

onMetaCounterUpdated?: ((channel: BaseChannel, metaCounter: MetaCounter) => void) = noop

Type declaration

onMetaDataCreated?: ((channel: BaseChannel, metaData: MetaData) => void) = noop

Type declaration

onMetaDataDeleted?: ((channel: BaseChannel, metaDataKeys: string[]) => void) = noop

Type declaration

    • Parameters

      Returns void

onMetaDataUpdated?: ((channel: BaseChannel, metaData: MetaData) => void) = noop

Type declaration

onOperatorUpdated?: ((channel: BaseChannel, users: User[]) => void) = noop

Type declaration

onPinnedMessageUpdated?: ((channel: GroupChannel) => void) = noop

Type declaration

onPollDeleted?: ((channel: GroupChannel, id: number) => void) = noop

Type declaration

onPollUpdated?: ((channel: GroupChannel, event: default) => void) = noop

Type declaration

onPollVoted?: ((channel: GroupChannel, event: default) => void) = noop

Type declaration

onReactionUpdated?: ((channel: BaseChannel, reactionEvent: ReactionEvent) => void) = noop

Type declaration

onThreadInfoUpdated?: ((channel: BaseChannel, threadInfoUpdateEvent: ThreadInfoUpdateEvent) => void) = noop

Type declaration

onTypingStatusUpdated?: ((channel: GroupChannel) => void) = noop

Type declaration

onUndeliveredMemberStatusUpdated?: ((channel: GroupChannel) => void) = noop

Type declaration

onUnreadMemberStatusUpdated?: ((channel: GroupChannel) => void) = noop

Type declaration

onUserBanned?: ((channel: BaseChannel, user: RestrictedUser) => void) = noop

Type declaration

onUserDeclinedInvitation?: ((channel: GroupChannel, inviter: User, invitee: User) => void) = noop

Type declaration

onUserJoined?: ((channel: GroupChannel, user: User) => void) = noop

Type declaration

onUserLeft?: ((channel: GroupChannel, user: User) => void) = noop

Type declaration

onUserMuted?: ((channel: BaseChannel, user: RestrictedUser) => void) = noop

Type declaration

onUserReceivedInvitation?: ((channel: GroupChannel, inviter: User, invitees: User[]) => void) = noop

Type declaration

onUserUnbanned?: ((channel: BaseChannel, user: User) => void) = noop

Type declaration

onUserUnmuted?: ((channel: BaseChannel, user: User) => void) = noop

Type declaration

Generated using TypeDoc