Module: Slack::Web::Api::Endpoints::AppsIcon
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/apps_icon.rb
Instance Method Summary collapse
-
#apps_icon_set(options = {}) ⇒ Object
Sets the app icon.
Instance Method Details
#apps_icon_set(options = {}) ⇒ Object
Sets the app icon
20 21 22 23 |
# File 'lib/slack/web/api/endpoints/apps_icon.rb', line 20 def apps_icon_set( = {}) raise ArgumentError, 'Required arguments :app_id missing' if [:app_id].nil? post('apps.icon.set', ) end |