class Slack::Request::GroupsHistoryParams

Defined in:

slack-api/request/groups/history.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel : String, count : Int32, unreads : Bool, inclusive : Bool, oldest : String, latest : Nil | String) #

[View source]

Instance Method Detail

def channel : String #

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

[View source]
def count : Int32 #

[View source]
def count=(count : Int32) #

[View source]
def inclusive : Bool #

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

[View source]
def latest : String | Nil #

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

[View source]
def oldest : String #

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

[View source]
def unreads : Bool #

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

[View source]