class Slack::API

Defined in:

slack/api.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(token : String) #

[View source]
def self.new(oauth_session : OAuth2::Session) #

[View source]

Class Method Detail

def self.slack_host : String #

[View source]
def self.slack_host=(slack_host : String) #

[View source]

Instance Method Detail

def channel_info(channel_id) #

[View source]
def channels #

[View source]
def post_message(text : String, channel : String) #

[View source]
def post_message(message : Message) #

[View source]
def update_message(message : Message, timestamp : String) #

[View source]
def users #

[View source]