Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 281 Bytes

SendAudioRequest.md

File metadata and controls

18 lines (12 loc) · 281 Bytes

OpenapiClient::SendAudioRequest

Properties

Name Type Description Notes
file File Audio file

Example

require 'openapi_client'

instance = OpenapiClient::SendAudioRequest.new(
  file: null
)