Itiviti / simple-slack-api

(simple) Java Slack client library
470 stars 193 forks source link

V1.3.0 MemberJoinedListener #290

Closed rajanpatel4578 closed 3 years ago

rajanpatel4578 commented 3 years ago

Added MemberJoinedListener reflecting the member_joined_channel functionality of Slack. [https://api.slack.com/events/member_joined_channel]

added a test case showing the implementation

rajanpatel4578 commented 3 years ago

261 Please see my request to implement a Member Joined Channel Event of Slack API.