Method: Api::WebhookServiceApi#webhook_service_message
- Defined in:
- lib/jamm/api/api/webhook_service_api.rb
#webhook_service_message(body, opts = {}) ⇒ MessageResponse
Message placeholder. This method is not implemented on Jamm backend.
92 93 94 95 |
# File 'lib/jamm/api/api/webhook_service_api.rb', line 92 def (body, opts = {}) data, _status_code, _headers = (body, opts) data end |