class Slack::SlashCommand

Defined in:

slack/slash_command.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(token : String, team_id : String, channel_id : String, channel_name : String, user_id : String, user_name : String, command : String, text : String, response_url : String) #

[View source]

Class Method Detail

def self.from_request(request : HTTP::Request) #

[View source]
def self.from_request_body(body : IO) #

[View source]
def self.from_request_body(body : String) #

[View source]

Instance Method Detail

def channel_id : String #

[View source]
def channel_name : String #

[View source]
def command : String #

[View source]
def response_url : String #

[View source]
def team_id : String #

[View source]
def text : String #

[View source]
def token : String #

[View source]
def user_id : String #

[View source]
def user_name : String #

[View source]