class Slack::Request::ConversationsOpenParams

Defined in:

slack-api/request/conversations/open.cr

Constructors

Instance Method Summary

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

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(channel : Nil | String, return_im : Bool, users : Nil | String) #

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

[View source]

Instance Method Detail

def channel : String | Nil #

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

[View source]
def return_im : Bool #

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

[View source]
def users : String | Nil #

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

[View source]