struct Slack::Api::ConversationsHistory
- Slack::Api::ConversationsHistory
 - Slack::Api::Base
 - Struct
 - Value
 - Object
 
Overview
https://api.slack.com/methods/conversations.history
Defined in:
slack/api/endpoints/conversations_history.crConstant Summary
- 
        ASSIGNED_TYPES = 
[token : String, channel : String, cursor : String | ::Nil, include_all_metadata : Bool = false, inclusive : Bool = false, latest : String | ::Nil, oldest : String | ::Nil] of TypeDeclaration - 
        
https://api.slack.com/methods/conversations.history
 
Constructors
- 
        .new(token : String, channel : 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
 - 
        .new(pull : JSON::PullParser)
        
          
https://api.slack.com/methods/conversations.history
 
Instance Method Summary
- #call : Slack::Models::ConversationsHistory
 - #channel : String
 - #channel=(channel : String)
 - #content_type : ContentTypes
 - #cursor : String | Nil
 - #cursor=(cursor : String | Nil)
 - #include_all_metadata : Bool
 - #include_all_metadata=(include_all_metadata : Bool)
 - #inclusive : Bool
 - #inclusive=(inclusive : Bool)
 - #latest : String | Nil
 - #latest=(latest : String | Nil)
 - #oldest : String | Nil
 - #oldest=(oldest : String | Nil)
 - #request_url : String
 - #result : HTTP::Client::Response
 - #url_params
 
Instance methods inherited from struct Slack::Api::Base
  
  
    
      call : Slack::Model
    call, 
    
  
    
      content_type : ContentTypes
    content_type, 
    
  
    
      headers
    headers, 
    
  
    
      request_url : String
    request_url, 
    
  
    
      result : HTTP::Client::Response
    result, 
    
  
    
      token : String
    token, 
    
  
    
      token=(token : String)
    token=
    
  
    
  Constructor methods inherited from struct Slack::Api::Base
  
  
    
      new(pull : JSON::PullParser)
    new
    
  
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(token : String, channel : 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