Sha256: 5d430e74c061e0cc127febfe750475096d41f384b3255c13e9000b3f34cd22c2

Contents?: true

Size: 1.23 KB

Versions: 7

Compression:

Stored size: 1.23 KB

Contents

{
  "url": "https://api.slack.com/events/channel_archive",
  "event": "channel_archive",
  "sub_schemas": {
    "channel_id": {
      "type": "string"
    },
    "user_id": {
      "type": "string"
    },
    "channel_archive": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/channel_archive",
      "properties": {
        "channel": {
          "$ref": "#/definitions/channel_id"
        },
        "type": {
          "const": "channel_archive"
        },
        "user": {
          "$ref": "#/definitions/user_id"
        }
      },
      "example": {
        "channel": "C024BE91L",
        "type": "channel_archive",
        "user": "U024BE7LH"
      }
    }
  },
  "schema": {
    "type": "object",
    "description": "learn more: https://api.slack.com/events/channel_archive",
    "properties": {
      "channel": {
        "$ref": "#/definitions/channel_id"
      },
      "type": {
        "const": "channel_archive"
      },
      "user": {
        "$ref": "#/definitions/user_id"
      }
    },
    "example": {
      "channel": "C024BE91L",
      "type": "channel_archive",
      "user": "U024BE7LH"
    }
  },
  "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_archive.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/details/channel_archive.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/details/channel_archive.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/details/channel_archive.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/details/channel_archive.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/details/channel_archive.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/details/channel_archive.json