Sha256: 66034a344c64bed4add5a68187a154a70651bf7abe9f57ce84744a5ca9c826f8
Contents?: true
Size: 1.73 KB
Versions: 4
Compression:
Stored size: 1.73 KB
Contents
{ "url": "https://api.slack.com/events/message.im", "type": "message.im", "response": { "channel": "D024BE91L", "channel_type": "im", "event_ts": "1355517523.000005", "text": "Hello hello can you hear me?", "ts": "1355517523.000005", "type": "message", "user": "U2147483697" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "channel_id": { "type": "string" }, "timestamp": { "type": "string" }, "user_id": { "type": "string" }, "message_channel_type": { "type": "string", "enum": [ "im" ] }, "message.im": { "type": "object", "description": "learn more: https://api.slack.com/events/message.im", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "channel_type": { "$ref": "#/definitions/message_channel_type" }, "event_ts": { "$ref": "#/definitions/timestamp" }, "text": { "type": "string" }, "ts": { "$ref": "#/definitions/timestamp" }, "type": { "const": "message" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "channel": "D024BE91L", "channel_type": "im", "event_ts": "1355517523.000005", "text": "Hello hello can you hear me?", "ts": "1355517523.000005", "type": "message", "user": "U2147483697" } } } }, "compatibility": [ "Events API" ], "scopes": [ "im:history" ] }
Version data entries
4 entries across 4 versions & 1 rubygems