struct Slack::Events::TokensRevoked

Defined in:

slack/events/event_types/tokens_revoked.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Slack::Event

team_id : String | Nil team_id, team_id=(team_id : String | Nil) team_id=, type : String type, type=(type : String) type=

Constructor methods inherited from struct Slack::Event

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def event_ts : String #

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

[View source]
def tokens : JSON::Any #

[View source]
def tokens=(tokens : JSON::Any) #

[View source]