Sha256: 306c8487dc2a365fc437da9d30cbce4cff7ddbec736cf1e055ae13dc5a4c76a4

Contents?: true

Size: 2 KB

Versions: 7

Compression:

Stored size: 2 KB

Contents

{
  "url": "https://api.slack.com/events/message.im",
  "event": "message.im",
  "sub_schemas": {
    "channel_id": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "user_id": {
      "type": "string"
    },
    "message.im": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/message.im",
      "properties": {
        "channel": {
          "$ref": "#/definitions/channel_id"
        },
        "channel_type": {
          "const": "im"
        },
        "event_ts": {
          "$ref": "#/definitions/timestamp"
        },
        "text": {
          "type": "string"
        },
        "ts": {
          "$ref": "#/definitions/timestamp"
        },
        "type": {
          "const": "message"
        },
        "user": {
          "$ref": "#/definitions/user_id"
        }
      },
      "example": {
        "channel": "D024BE91L",
        "channel_type": "im",
        "event_ts": "1355517523.000005",
        "text": "Hello hello can you hear me?",
        "ts": "1355517523.000005",
        "type": "message",
        "user": "U2147483697"
      }
    }
  },
  "schema": {
    "type": "object",
    "description": "learn more: https://api.slack.com/events/message.im",
    "properties": {
      "channel": {
        "$ref": "#/definitions/channel_id"
      },
      "channel_type": {
        "const": "im"
      },
      "event_ts": {
        "$ref": "#/definitions/timestamp"
      },
      "text": {
        "type": "string"
      },
      "ts": {
        "$ref": "#/definitions/timestamp"
      },
      "type": {
        "const": "message"
      },
      "user": {
        "$ref": "#/definitions/user_id"
      }
    },
    "example": {
      "channel": "D024BE91L",
      "channel_type": "im",
      "event_ts": "1355517523.000005",
      "text": "Hello hello can you hear me?",
      "ts": "1355517523.000005",
      "type": "message",
      "user": "U2147483697"
    }
  },
  "compatibility": [
    "Events API"
  ],
  "scopes": [
    "im: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/message.im.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/details/message.im.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/details/message.im.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/details/message.im.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/details/message.im.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/details/message.im.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/details/message.im.json