Sha256: ec1bc0774ae055357fdd8ff77beef59521ccc5cbf2d4f8022d6bb46b18da7572
Contents?: true
Size: 1.35 KB
Versions: 4
Compression:
Stored size: 1.35 KB
Contents
{ "url": "https://api.slack.com/events/emoji_changed", "type": "emoji_changed", "response": { "event_ts": "1361482916.000004", "names": [ "picard_facepalm" ], "subtype": "remove", "type": "emoji_changed" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "timestamp": { "type": "string" }, "emoji_name": { "type": "string" }, "subscription_subtype": { "type": "string" }, "emoji_changed": { "type": "object", "description": "learn more: https://api.slack.com/events/emoji_changed", "properties": { "event_ts": { "$ref": "#/definitions/timestamp" }, "names": { "type": "array", "items": { "$ref": "#/definitions/emoji_name" } }, "subtype": { "$ref": "#/definitions/subscription_subtype" }, "type": { "const": "emoji_changed" } }, "example": { "event_ts": "1361482916.000004", "names": [ "picard_facepalm" ], "subtype": "remove", "type": "emoji_changed" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "emoji:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems