Sha256: 5d430e74c061e0cc127febfe750475096d41f384b3255c13e9000b3f34cd22c2
Contents?: true
Size: 1.23 KB
Versions: 7
Compression:
Stored size: 1.23 KB
Contents
{ "url": "https://api.slack.com/events/channel_archive", "event": "channel_archive", "sub_schemas": { "channel_id": { "type": "string" }, "user_id": { "type": "string" }, "channel_archive": { "type": "object", "description": "learn more: https://api.slack.com/events/channel_archive", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "channel_archive" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "channel": "C024BE91L", "type": "channel_archive", "user": "U024BE7LH" } } }, "schema": { "type": "object", "description": "learn more: https://api.slack.com/events/channel_archive", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "channel_archive" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "channel": "C024BE91L", "type": "channel_archive", "user": "U024BE7LH" } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "channels:read" ] }
Version data entries
7 entries across 7 versions & 1 rubygems