class Slack::Event::MemberJoinedChannel

Defined in:

slack-api/event/member-joined-channel.cr

Constructors

Instance Method Summary

Instance methods inherited from class Slack::Event::Base

api_app_id : String | Nil api_app_id, api_app_id=(api_app_id : String | Nil) api_app_id=, authed_teams : Array(String) | Nil authed_teams, authed_teams=(authed_teams : Array(String) | Nil) authed_teams=, authed_users : Array(String) | Nil authed_users, authed_users=(authed_users : Array(String) | Nil) authed_users=, event_id : String | Nil event_id, event_id=(event_id : String | Nil) event_id=, event_time : Int64 | Nil event_time, event_time=(event_time : Int64 | Nil) event_time=, process(context : HTTP::Server::Context) : String | Nil process, team_id : String | Nil team_id, team_id=(team_id : String | Nil) team_id=, token : String token, token=(token : String) token=, type : String type, type=(type : String) type=

Constructor methods inherited from class Slack::Event::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def event : MemberChannelEvent #

[View source]
def event=(event : MemberChannelEvent) #

[View source]