Function $slack

  • send message to slack/public

    Parameters

    • Optional title: string

      헤터 타이틀

    • Optional text: string | object

      object or 텍스트 내용

    • Optional pretext: string

      (optional) 텍스트 미리보기용.

    • Optional params: { channel?: string; color?: string; context?: NextContext<NextIdentity<any>>; fields?: { short?: boolean; title: string; value: string }[]; footer?: string; scope?: string; ts?: number }

      (optional) customize more options.

      • Optional channel?: string
      • Optional color?: string
      • Optional context?: NextContext<NextIdentity<any>>
      • Optional fields?: { short?: boolean; title: string; value: string }[]
      • Optional footer?: string
      • Optional scope?: string
      • Optional ts?: number

    Returns Promise<string>

Generated using TypeDoc