class Slack::Response::IM

Included Modules

Defined in:

slack-api/response/common/im.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : Int32 #

[View source]
def created=(created : Int32) #

[View source]
def id : String #

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

[View source]
def is_im : Bool #

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

[View source]
def is_org_shared : Bool #

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

[View source]
def is_user_deleted : Bool #

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

[View source]
def priority : Int32 | Nil #

[View source]
def priority=(priority : Int32 | Nil) #

[View source]
def user : String #

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

[View source]