struct Slack::API::Channel::Topic

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 creator : String #

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

[View source]
def last_set : Int64 #

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

[View source]
def value : String #

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

[View source]