Sha256: 7061439d2ce611a89e61b30d01596b2655a530f525426e3ba0bb8b5431b2c716

Contents?: true

Size: 993 Bytes

Versions: 7

Compression:

Stored size: 993 Bytes

Contents

{
  "url": "https://api.slack.com/events/channel_left",
  "event": "channel_left",
  "sub_schemas": {
    "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"
      }
    }
  },
  "schema": {
    "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

7 entries across 7 versions & 1 rubygems

Version Path
slack_resources-0.1.9 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/details/channel_left.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/details/channel_left.json