class Slack::Response::ChannelsHistory

Defined in:

slack-api/response/channels/history.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Slack::Response::Success

new(pull : JSON::PullParser) new

Instance methods inherited from class Slack::Response::Base

ok : Bool ok, ok=(ok : Bool) ok=

Constructor methods inherited from class Slack::Response::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def has_more : Bool | Nil #

[View source]
def has_more=(has_more : Bool | Nil) #

[View source]
def latest : String | Nil #

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

[View source]
def messages : Array(Message) #

[View source]
def messages=(messages : Array(Message)) #

[View source]
def unread_count_display : Int32 | Nil #

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

[View source]