Sha256: 7805efbf469b9c17297893bb70fac62dbdea17f6a845797b924a4a380af21481
Contents?: true
Size: 1.6 KB
Versions: 4
Compression:
Stored size: 1.6 KB
Contents
{ "url": "https://api.slack.com/events/member_joined_channel", "type": "member_joined_channel", "response": { "channel": "C0698JE0H", "channel_type": "C", "inviter": "U123456789", "team": "T024BE7LD", "type": "member_joined_channel", "user": "W06GH7XHN" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "channel_id": { "type": "string" }, "channel_type": { "type": "string" }, "user_id": { "type": "string" }, "team_id": { "type": "string" }, "member_joined_channel": { "type": "object", "description": "learn more: https://api.slack.com/events/member_joined_channel", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "channel_type": { "$ref": "#/definitions/channel_type" }, "inviter": { "$ref": "#/definitions/user_id" }, "team": { "$ref": "#/definitions/team_id" }, "type": { "const": "member_joined_channel" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "channel": "C0698JE0H", "channel_type": "C", "inviter": "U123456789", "team": "T024BE7LD", "type": "member_joined_channel", "user": "W06GH7XHN" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "channels:read", "groups:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems