Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISlashCommandsExtend

This accessor provides methods for adding custom slash commands. It is provided during the initialization of your App

Hierarchy

  • ISlashCommandsExtend

Index

Methods

provideSlashCommand

  • provideSlashCommand(slashCommand: ISlashCommand): Promise<void>
  • Adds a slash command which can be used during conversations lateron. Should a command already exists an error will be thrown.

    Parameters

    Returns Promise<void>

Generated using TypeDoc