Sha256: d8c4e4dfc05db2ff8010a9cf49aad940c9d6d838b5d3c8fefb1eb026f621d961
Contents?: true
Size: 853 Bytes
Versions: 4
Compression:
Stored size: 853 Bytes
Contents
{ "url": "https://api.slack.com/events/channel_deleted", "type": "channel_deleted", "response": { "channel": "C024BE91L", "type": "channel_deleted" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "channel_id": { "type": "string" }, "channel_deleted": { "type": "object", "description": "learn more: https://api.slack.com/events/channel_deleted", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "channel_deleted" } }, "example": { "channel": "C024BE91L", "type": "channel_deleted" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "channels:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems