class Slack::Event::ChannelInfo

Included Modules

Defined in:

slack-api/event/base.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created : Int64 | Nil #

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

[View source]
def creator : String | Nil #

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

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]