struct Slack::Models::IMChat

Defined in:

slack/models/conversations/subtypes/im_chat.cr

Constant Summary

ASSIGNED_TYPES = [] of TypeDeclaration

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Slack::Models::Conversation

created : Time created, created=(created : Time) created=

Constructor methods inherited from struct Slack::Models::Conversation

new(pull : JSON::PullParser) new

Constructor methods inherited from struct Slack::Model

new(pull : JSON::PullParser) new

Class methods inherited from struct Slack::Model

keyed_json_object(json : String | IO, find_key : String, &)
keyed_json_object(json : String | IO, find_key : String)
keyed_json_object

Constructor Detail

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

[View source]

Class Method Detail

def self.from_json(json : String | IO) #

[View source]

Instance Method Detail

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]

[View source]
def latest=(latest : Slack::Models::DirectMessage) #

[View source]
def user : String #

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

[View source]