Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 741 Bytes

Components.Schemas.SlackToken.webhookPayload.md

File metadata and controls

45 lines (30 loc) · 741 Bytes

STRUCT

Components.Schemas.SlackToken.webhookPayload

Contents

public struct webhookPayload: Codable, Hashable, Sendable

Obtained directly from the incoming_webhook object in the installation response from the Slack API.

  • Remark: Generated from #/components/schemas/SlackToken/webhook.

Properties

url

public var url: Swift.String
  • Remark: Generated from #/components/schemas/SlackToken/webhook/url.

Methods

init(url:)

public init(url: Swift.String)

Creates a new webhookPayload.

  • Parameters:
    • url:

Parameters

Name Description
url