# frozen_string_literal: true module SlackRubyBotServer module Events module Requests class Action < Request end end end end