Sha256: 7061439d2ce611a89e61b30d01596b2655a530f525426e3ba0bb8b5431b2c716
Contents?: true
Size: 993 Bytes
Versions: 7
Compression:
Stored size: 993 Bytes
Contents
{ "url": "https://api.slack.com/events/channel_left", "event": "channel_left", "sub_schemas": { "channel_id": { "type": "string" }, "channel_left": { "type": "object", "description": "learn more: https://api.slack.com/events/channel_left", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "channel_left" } }, "example": { "channel": "C024BE91L", "type": "channel_left" } } }, "schema": { "type": "object", "description": "learn more: https://api.slack.com/events/channel_left", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "channel_left" } }, "example": { "channel": "C024BE91L", "type": "channel_left" } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "channels:read" ] }
Version data entries
7 entries across 7 versions & 1 rubygems