Class TeamChatEventProcessor

Hierarchy

Constructors

Methods

  • Type Parameters

    • EventName extends
          | "team_chat.shared_spaces_member_left"
          | "team_chat.channel_invitation_removed"
          | "team_chat.emoji_added"
          | "team_chat.file_changed"
          | "team_chat.channel_join_declined"
          | "chat_channel.member_joined"
          | "chat_message.updated"
          | "chat_channel.deleted"
          | "chat_message.deleted"
          | "team_chat.emoji_removed"
          | "team_chat.channel_pin_added"
          | "team_chat.dm_reaction_added"
          | "team_chat.channel_archived"
          | "team_chat.bookmark_removed"
          | "team_chat.channel_pin_removed"
          | "team_chat.channel_join_approval_requested"
          | "team_chat.file_downloaded"
          | "team_chat.dm_message_posted"
          | "team_chat.shared_spaces_edited"
          | "chat_channel.updated"
          | "team_chat.channel_app_added"
          | "team_chat.starred"
          | "team_chat.channel_message_deleted"
          | "chat_channel.created"
          | "chat_channel.member_invited"
          | "team_chat.channel_invitation_accepted"
          | "chat_channel.member_left"
          | "team_chat.channel_join_requested"
          | "team_chat.dm_message_updated"
          | "chat_message.replied"
          | "team_chat.channel_invitation_rejected"
          | "team_chat.channel_reaction_removed"
          | "team_chat.shared_spaces_member_invited"
          | "team_chat.unstarred"
          | "team_chat.file_unshared"
          | "team_chat.channel_message_updated"
          | "chat_channel.member_removed"
          | "team_chat.dm_reaction_removed"
          | "team_chat.dm_message_deleted"
          | "team_chat.channel_unarchived"
          | "team_chat.channel_message_posted"
          | "team_chat.channel_join_approved"
          | "team_chat.bookmark_added"
          | "team_chat.channel_reaction_added"
          | "team_chat.channel_invitation_created"
          | "team_chat.channel_app_removed"
          | "team_chat.shared_spaces_member_removed"
          | "team_chat.file_shared"
          | "team_chat.channel_invitation_approved"
          | "team_chat.file_uploaded"
          | "team_chat.file_deleted"
          | "chat_message.sent"
          | "team_chat.channel_invitation_declined"
          | "team_chat.channel_invitation_approval_requested"

    Parameters

    Returns void

  • Type Parameters

    • EventName extends
          | "team_chat.shared_spaces_member_left"
          | "team_chat.channel_invitation_removed"
          | "team_chat.emoji_added"
          | "team_chat.file_changed"
          | "team_chat.channel_join_declined"
          | "chat_channel.member_joined"
          | "chat_message.updated"
          | "chat_channel.deleted"
          | "chat_message.deleted"
          | "team_chat.emoji_removed"
          | "team_chat.channel_pin_added"
          | "team_chat.dm_reaction_added"
          | "team_chat.channel_archived"
          | "team_chat.bookmark_removed"
          | "team_chat.channel_pin_removed"
          | "team_chat.channel_join_approval_requested"
          | "team_chat.file_downloaded"
          | "team_chat.dm_message_posted"
          | "team_chat.shared_spaces_edited"
          | "chat_channel.updated"
          | "team_chat.channel_app_added"
          | "team_chat.starred"
          | "team_chat.channel_message_deleted"
          | "chat_channel.created"
          | "chat_channel.member_invited"
          | "team_chat.channel_invitation_accepted"
          | "chat_channel.member_left"
          | "team_chat.channel_join_requested"
          | "team_chat.dm_message_updated"
          | "chat_message.replied"
          | "team_chat.channel_invitation_rejected"
          | "team_chat.channel_reaction_removed"
          | "team_chat.shared_spaces_member_invited"
          | "team_chat.unstarred"
          | "team_chat.file_unshared"
          | "team_chat.channel_message_updated"
          | "chat_channel.member_removed"
          | "team_chat.dm_reaction_removed"
          | "team_chat.dm_message_deleted"
          | "team_chat.channel_unarchived"
          | "team_chat.channel_message_posted"
          | "team_chat.channel_join_approved"
          | "team_chat.bookmark_added"
          | "team_chat.channel_reaction_added"
          | "team_chat.channel_invitation_created"
          | "team_chat.channel_app_removed"
          | "team_chat.shared_spaces_member_removed"
          | "team_chat.file_shared"
          | "team_chat.channel_invitation_approved"
          | "team_chat.file_uploaded"
          | "team_chat.file_deleted"
          | "chat_message.sent"
          | "team_chat.channel_invitation_declined"
          | "team_chat.channel_invitation_approval_requested"

    Parameters

    Returns void

  • Parameters

    • contents: string | RegExp
    • listener: ContextListener<
          TeamChatEvents,
          "team_chat.channel_message_posted",
          MessageReplyContext,
      >

    Returns void