Sha256: 8cdd00c9b511af9f38f3bd87b6a0f2ba6658dc972d9c6d149486e9570ed20e52

Contents?: true

Size: 1.44 KB

Versions: 4

Compression:

Stored size: 1.44 KB

Contents

{
  "url": "https://api.slack.com/events/member_left_channel",
  "type": "member_left_channel",
  "response": {
    "channel": "C0698JE0H",
    "channel_type": "C",
    "team": "T024BE7LD",
    "type": "member_left_channel",
    "user": "W06GH7XHN"
  },
  "schema": {
    "$schema": "http://json-schema.org/draft-07/schema",
    "definitions": {
      "channel_id": {
        "type": "string"
      },
      "channel_type": {
        "type": "string"
      },
      "team_id": {
        "type": "string"
      },
      "user_id": {
        "type": "string"
      },
      "member_left_channel": {
        "type": "object",
        "description": "learn more: https://api.slack.com/events/member_left_channel",
        "properties": {
          "channel": {
            "$ref": "#/definitions/channel_id"
          },
          "channel_type": {
            "$ref": "#/definitions/channel_type"
          },
          "team": {
            "$ref": "#/definitions/team_id"
          },
          "type": {
            "const": "member_left_channel"
          },
          "user": {
            "$ref": "#/definitions/user_id"
          }
        },
        "example": {
          "channel": "C0698JE0H",
          "channel_type": "C",
          "team": "T024BE7LD",
          "type": "member_left_channel",
          "user": "W06GH7XHN"
        }
      }
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "channels:read",
    "groups: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/member_left_channel.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/details/member_left_channel.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/details/member_left_channel.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/details/member_left_channel.json