Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/context/addressChannels"

Index

Type aliases

AddressChannels

AddressChannels: (msg: string | SlackMessage | SlackFileMessage, opts?: MessageOptions) => Promise<void>

Allows us to address channels for a particular repo or any GraphQL type with channels

Type declaration

    • (msg: string | SlackMessage | SlackFileMessage, opts?: MessageOptions): Promise<void>
    • Parameters

      • msg: string | SlackMessage | SlackFileMessage
      • Optional opts: MessageOptions

      Returns Promise<void>

Functions

Const AddressNoChannels

  • AddressNoChannels(): Promise<void>

addressChannelsFor

addressDestinations

  • addressDestinations(ctx: HandlerContext, ...destinations: Destination[]): AddressChannels

messageDestinationsFor

  • messageDestinationsFor(hasChannels: HasChannels, ctx?: HandlerContext): Destination[]

Generated using TypeDoc