class Slack::Event::TokensRevokedInfo

Included Modules

Defined in:

slack-api/event/tokens-revoked.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bot : Array(String) | Nil #

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

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

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

[View source]