class Slack::Event::SubteamMembersEvent

Defined in:

slack-api/event/subteam-members-changed.cr

Constructors

Instance Method Summary

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

event_ts : String | Nil event_ts, event_ts=(event_ts : String | Nil) event_ts=, ts : String | Nil ts, ts=(ts : String | Nil) ts=, type : String type, type=(type : String) type=

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

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def added_users : Array(String) | Nil #

[View source]
def added_users=(added_users : Array(String) | Nil) #

[View source]
def added_users_count : String | Nil #

[View source]
def added_users_count=(added_users_count : String | Nil) #

[View source]
def date_previous_update : Int64 #

[View source]
def date_previous_update=(date_previous_update : Int64) #

[View source]
def date_update : Int64 #

[View source]
def date_update=(date_update : Int64) #

[View source]
def removed_users : Array(String) | Nil #

[View source]
def removed_users=(removed_users : Array(String) | Nil) #

[View source]
def removed_users_count : String | Nil #

[View source]
def removed_users_count=(removed_users_count : String | Nil) #

[View source]
def subteam_id : String #

[View source]
def subteam_id=(subteam_id : String) #

[View source]
def team_id : String #

[View source]
def team_id=(team_id : String) #

[View source]