Sha256: 7d0274475f20003d7a5df025e666e440167c7baa25cb4dcaf0821042e7e9e5dc

Contents?: true

Size: 832 Bytes

Versions: 4

Compression:

Stored size: 832 Bytes

Contents

{
  "url": "https://api.slack.com/events/channel_left",
  "type": "channel_left",
  "response": {
    "channel": "C024BE91L",
    "type": "channel_left"
  },
  "schema": {
    "$schema": "http://json-schema.org/draft-07/schema",
    "definitions": {
      "channel_id": {
        "type": "string"
      },
      "channel_left": {
        "type": "object",
        "description": "learn more: https://api.slack.com/events/channel_left",
        "properties": {
          "channel": {
            "$ref": "#/definitions/channel_id"
          },
          "type": {
            "const": "channel_left"
          }
        },
        "example": {
          "channel": "C024BE91L",
          "type": "channel_left"
        }
      }
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "channels:read"
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack_resources-0.1.3 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/details/channel_left.json