Sha256: 504a0284328e6479285dbad5bf5eb2f23d33214f35b27aba97323d7ed3e4d025
Contents?: true
Size: 646 Bytes
Versions: 5
Compression:
Stored size: 646 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module TeamProfile # # Retrieve a team's profile. # # @option options [enum] :visibility # Filter by visibility. # @see https://api.slack.com/methods/team.profile.get # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/team.profile/team.profile.get.json def team_profile_get(options = {}) post('team.profile.get', options) end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems