Sha256: 3a26556e978586b26f31a79bcd266dd183100c6d14c933d5e518a4ab1ce6313c
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 KB
Contents
{ "url": "https://api.slack.com/events/channel_history_changed", "type": "channel_history_changed", "response": { "event_ts": "1361482916.000004", "latest": "1358877455.000010", "ts": "1361482916.000003", "type": "channel_history_changed" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "timestamp": { "type": "string" }, "channel_history_changed": { "type": "object", "description": "learn more: https://api.slack.com/events/channel_history_changed", "properties": { "event_ts": { "$ref": "#/definitions/timestamp" }, "latest": { "$ref": "#/definitions/timestamp" }, "ts": { "$ref": "#/definitions/timestamp" }, "type": { "const": "channel_history_changed" } }, "example": { "event_ts": "1361482916.000004", "latest": "1358877455.000010", "ts": "1361482916.000003", "type": "channel_history_changed" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "channels:history", "groups:history", "mpim:history" ] }
Version data entries
4 entries across 4 versions & 1 rubygems