class Slack::Request::IMOpenParams

Defined in:

slack-api/request/im/open.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Request::ParamsJSON

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(user : String, include_locale : Bool, return_im : Bool) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def include_locale : Bool #

[View source]
def include_locale=(include_locale : Bool) #

[View source]
def return_im : Bool #

[View source]
def return_im=(return_im : Bool) #

[View source]
def user : String #

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

[View source]