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