Sha256: e1e6e381aaa6a55039f1e24a7c501cc881da40ce28390707d87c7adc384f33d0

Contents?: true

Size: 1.54 KB

Versions: 7

Compression:

Stored size: 1.54 KB

Contents

{
  "url": "https://api.slack.com/events/channel_history_changed",
  "event": "channel_history_changed",
  "sub_schemas": {
    "timestamp": {
      "type": "string"
    },
    "channel_history_changed": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/channel_history_changed",
      "properties": {
        "event_ts": {
          "$ref": "#/definitions/timestamp"
        },
        "latest": {
          "$ref": "#/definitions/timestamp"
        },
        "ts": {
          "$ref": "#/definitions/timestamp"
        },
        "type": {
          "const": "channel_history_changed"
        }
      },
      "example": {
        "event_ts": "1361482916.000004",
        "latest": "1358877455.000010",
        "ts": "1361482916.000003",
        "type": "channel_history_changed"
      }
    }
  },
  "schema": {
    "type": "object",
    "description": "learn more: https://api.slack.com/events/channel_history_changed",
    "properties": {
      "event_ts": {
        "$ref": "#/definitions/timestamp"
      },
      "latest": {
        "$ref": "#/definitions/timestamp"
      },
      "ts": {
        "$ref": "#/definitions/timestamp"
      },
      "type": {
        "const": "channel_history_changed"
      }
    },
    "example": {
      "event_ts": "1361482916.000004",
      "latest": "1358877455.000010",
      "ts": "1361482916.000003",
      "type": "channel_history_changed"
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "channels:history",
    "groups:history",
    "mpim:history"
  ]
}

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_history_changed.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/details/channel_history_changed.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/details/channel_history_changed.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/details/channel_history_changed.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/details/channel_history_changed.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/details/channel_history_changed.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/details/channel_history_changed.json