# frozen_string_literal: true module Slack module RealTime module Models class Channel < Base end end end end