class Slack::SlashCommand
- Slack::SlashCommand
- Reference
- Object
Defined in:
slack/slash_command.crConstructors
Class Method Summary
- .from_request(request : HTTP::Request)
- .from_request_body(body : IO)
- .from_request_body(body : String)
Instance Method Summary
- #channel_id : String
- #channel_name : String
- #command : String
- #response_url : String
- #team_id : String
- #text : String
- #token : String
- #user_id : String
- #user_name : String
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)
#