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