class CacheChannelInfo

Overview

CacheChannelInfo caches a channel's name as a SlackChannel record; this allows for user-friendly channel names to be used in place of channel IDs.

Defined in:

utils/cache_channel_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel_id : String, team_id : String) #

[View source]

Instance Method Detail

def channel_id : String #

[View source]
def run : SlackChannel | Nil #

[View source]
def team_id : String #

[View source]