Sha256: 6bf10bf302f658493732f32cbd8f2fdb093648a9d3b8bad387b3d1eee66f5263
Contents?: true
Size: 1020 Bytes
Versions: 7
Compression:
Stored size: 1020 Bytes
Contents
{ "url": "https://api.slack.com/events/channel_deleted", "event": "channel_deleted", "sub_schemas": { "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" } } }, "schema": { "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
7 entries across 7 versions & 1 rubygems