class Slack::API::Channel

Included Modules

Defined in:

slack/api/channel.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : Int64 #

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

[View source]
def creator : String #

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

[View source]
def id : String #

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

[View source]
def is_archived : Bool #

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

[View source]
def is_member : Bool #

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

[View source]
def name : String #

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

[View source]
def num_members : Int32 | Nil #

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

[View source]
def purpose : Topic #

[View source]
def purpose=(purpose : Topic) #

[View source]
def topic : Topic #

[View source]
def topic=(topic : Topic) #

[View source]