{ "url": "https://api.slack.com/events/member_left_channel", "type": "member_left_channel", "response": { "channel": "C0698JE0H", "channel_type": "C", "team": "T024BE7LD", "type": "member_left_channel", "user": "W06GH7XHN" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "channel_id": { "type": "string" }, "channel_type": { "type": "string" }, "team_id": { "type": "string" }, "user_id": { "type": "string" }, "member_left_channel": { "type": "object", "description": "learn more: https://api.slack.com/events/member_left_channel", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "channel_type": { "$ref": "#/definitions/channel_type" }, "team": { "$ref": "#/definitions/team_id" }, "type": { "const": "member_left_channel" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "channel": "C0698JE0H", "channel_type": "C", "team": "T024BE7LD", "type": "member_left_channel", "user": "W06GH7XHN" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "channels:read", "groups:read" ] }