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