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