class Slack::Api::ConversationsHistory

Overview

https://api.slack.com/methods/conversations.history

Defined in:

slack/api/endpoints/conversations_history.cr

Constant Summary

ASSIGNED_TYPES = [channel : String, cursor : String | ::Nil, include_all_metadata : Bool = false, inclusive : Bool = false, latest : String | ::Nil, oldest : String | ::Nil, token : String] of TypeDeclaration

https://api.slack.com/methods/conversations.history

Constructors

Instance Method Summary

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

base_url base_url, call : Slack::Model call, content_type : ContentTypes content_type, headers headers, token token

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

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(channel : String, token : String, cursor : String | Nil = nil, include_all_metadata : Bool = false, inclusive : Bool = false, latest : String | Nil = nil, oldest : String | Nil = nil) #

https://api.slack.com/methods/conversations.history


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

https://api.slack.com/methods/conversations.history


[View source]

Instance Method Detail

def base_url #

[View source]

[View source]
def channel : String #

def channel=(channel : String) #

def content_type : ContentTypes #

[View source]
def cursor : String | Nil #

def cursor=(cursor : String | Nil) #

def include_all_metadata : Bool #

def include_all_metadata=(include_all_metadata : Bool) #

def inclusive : Bool #

def inclusive=(inclusive : Bool) #

def latest : String | Nil #

def latest=(latest : String | Nil) #

def oldest : String | Nil #

def oldest=(oldest : String | Nil) #

def token : String #

def token=(token : String) #

def url_params #

[View source]