Module: Slack::Web::Api::Endpoints::Entity
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/entity.rb
Instance Method Summary collapse
-
#entity_presentDetails(options = {}) ⇒ Object
Provide custom flexpane behavior for Work Objects.
Instance Method Details
#entity_presentDetails(options = {}) ⇒ Object
Provide custom flexpane behavior for Work Objects. Apps call this endpoint to send per-user flexpane metadata to the client.
23 24 25 26 27 |
# File 'lib/slack/web/api/endpoints/entity.rb', line 23 def entity_presentDetails( = {}) raise ArgumentError, 'Required arguments :trigger_id missing' if [:trigger_id].nil? = (, %i[metadata]) post('entity.presentDetails', ) end |