Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/sdm/binding/message/devNullMessageClient"

Index

Object literals

Object literals

Const DevNullMessageClient

DevNullMessageClient: object

Message client that ignores any messages

addressChannels

  • addressChannels(msg: string | SlackMessage, channels: string | string[], options?: MessageOptions): Promise<any>

addressUsers

  • addressUsers(msg: string | SlackMessage, users: string | string[], options?: MessageOptions): Promise<any>

respond

  • respond(msg: any, options?: MessageOptions): Promise<any>

send

  • send(msg: any, destinations: Destination | Destination[], options?: MessageOptions): Promise<any>

Generated using TypeDoc