class Slack::Response::IMOpen

Defined in:

slack-api/response/im/open.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Response::Success

new(pull : JSON::PullParser) new

Instance methods inherited from class Slack::Response::Base

ok : Bool ok, ok=(ok : Bool) ok=

Constructor methods inherited from class Slack::Response::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def already_open : Bool | Nil #

[View source]
def already_open=(already_open : Bool | Nil) #

[View source]
def channel : Conversation #

[View source]
def channel=(channel : Conversation) #

[View source]
def no_op : Bool | Nil #

[View source]
def no_op=(no_op : Bool | Nil) #

[View source]